try to fix electron export

This commit is contained in:
Jan Prochazka
2021-02-08 19:21:35 +01:00
parent c67c08bd69
commit c0d0a00615
2 changed files with 3 additions and 3 deletions

2
packages/dbgate/bin/dbgate.js Normal file → Executable file
View File

@@ -2,4 +2,4 @@
const dbgateApi = require('dbgate-api');
dbgateApi.mainModule.start('startNodeWeb');
dbgateApi.getMainModule().start('startNodeWeb');