mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 00:46:01 +00:00
license, API - prepare to run from dbgate npm package
This commit is contained in:
@@ -18,4 +18,7 @@ if (argument && argument.endsWith('Process')) {
|
||||
main.start(argument);
|
||||
}
|
||||
|
||||
module.exports = shell;
|
||||
module.exports = {
|
||||
...shell,
|
||||
mainModule: main,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user