license, API - prepare to run from dbgate npm package

This commit is contained in:
Jan Prochazka
2021-02-07 09:44:42 +01:00
parent fc11fe1e8d
commit 2aa965cf3b
5 changed files with 8 additions and 5 deletions

View File

@@ -18,4 +18,7 @@ if (argument && argument.endsWith('Process')) {
main.start(argument);
}
module.exports = shell;
module.exports = {
...shell,
mainModule: main,
};