UNPKG

@moquyun/proxy

Version:

Multi-user & multi-env web debugging proxy based on whistle

10 lines (8 loc) 273 B
const initAccountMgr = require('./lib/accountMgr'); const initEnvMgr = require('./lib/envMgr'); const { initPlugin } = require('./lib/util'); module.exports = (options) => { initPlugin(options); const accountMgr = initAccountMgr(options); initEnvMgr(accountMgr); };