dbmodel fix

This commit is contained in:
Jan Prochazka
2024-10-01 10:38:35 +02:00
parent 3ec7f651c1
commit 6ec431f471
2 changed files with 6 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ global.PLUGINS_DIR = process.env.DEVMODE
? path.join(path.dirname(path.dirname(global.API_PACKAGE)), 'plugins')
: path.dirname(global.API_PACKAGE);
global.IS_NPM_DIST = true;
global.IS_DB_MODEL = true;
const program = require('commander');
const dbgateApi = require('dbgate-api');