fix
Some checks are pending
Run tests / test-runner (push) Waiting to run

This commit is contained in:
SPRINX0\prochazka 2024-10-15 15:10:05 +02:00
parent f3ce240bcd
commit f6b4c94d00

View File

@ -4,7 +4,7 @@ const fs = require('fs');
const moment = require('moment');
const path = require('path');
const { logsdir, setLogsFilePath, getLogsFilePath } = require('./utility/directories');
const platformInfo = require('./utility/platformInfo');
const currentVersion = require('./currentVersion');
const logger = getLogger('apiIndex');
@ -109,11 +109,9 @@ if (processArgs.listenApi) {
logger.info(` ${key}: ${JSON.stringify(process.env[key])}`);
}
}
}
const shell = require('./shell/index');
const currentVersion = require('./currentVersion');
global.DBGATE_PACKAGES = {
'dbgate-tools': require('dbgate-tools'),