UNPKG

beyond

Version:

The Full Stack Universal Typescript Framework

11 lines (9 loc) 313 B
module.exports = function () { this.config = async function () { const {utils: {ipc}} = global; const config = {}; config.client = await ipc.exec('engine', 'server/config'); config.server = await ipc.exec('engine', 'server/config'); return config; }; };