Skip to content

Commit

Permalink
feat(mjs): refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
janproch committed May 20, 2024
1 parent 2678daa commit 134d8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ if (processArgs.listenApi) {
configureLogger();
}

const shell = require('./shell');
const shell = require('./shell/index');
const dbgateTools = require('dbgate-tools');

global['DBGATE_TOOLS'] = dbgateTools;
Expand Down

0 comments on commit 134d8d1

Please sign in to comment.