mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 08:26:29 +00:00
feat(mjs): refactor
This commit is contained in:
@@ -90,7 +90,7 @@ if (processArgs.listenApi) {
|
|||||||
configureLogger();
|
configureLogger();
|
||||||
}
|
}
|
||||||
|
|
||||||
const shell = require('./shell');
|
const shell = require('./shell/index');
|
||||||
const dbgateTools = require('dbgate-tools');
|
const dbgateTools = require('dbgate-tools');
|
||||||
|
|
||||||
global['DBGATE_TOOLS'] = dbgateTools;
|
global['DBGATE_TOOLS'] = dbgateTools;
|
||||||
|
|||||||
Reference in New Issue
Block a user