feat: refact wsServer, wsServerMgr, ruleLoader, systemProxyMgr into TS

This commit is contained in:
砚然
2018-08-29 14:51:36 +08:00
parent 4497160284
commit bcb7451579
13 changed files with 199 additions and 155 deletions

View File

@@ -3,7 +3,7 @@
*/
const ruleLoader = require('../dist/ruleLoader');
const logUtil = require('../dist/log');
const logUtil = require('../dist/log').default;
const AnyProxy = require('../dist/proxy');
module.exports = function startServer(program) {