mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
feat: refact wsServer, wsServerMgr, ruleLoader, systemProxyMgr into TS
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user