mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
feat: refact certMgr and httpsServerMgr into TS
This commit is contained in:
@@ -9,7 +9,7 @@ const program = require('commander'),
|
||||
util = require('../dist/util').default,
|
||||
rootCACheck = require('./rootCaCheck'),
|
||||
startServer = require('./startServer'),
|
||||
certMgr = require('../dist/certMgr'),
|
||||
certMgr = require('../dist/certMgr').default,
|
||||
logUtil = require('../dist/log');
|
||||
|
||||
program
|
||||
|
||||
Reference in New Issue
Block a user