fix(core): update

This commit is contained in:
2022-03-11 18:09:35 +01:00
parent 5174d9ccc6
commit fe97fcd193
4 changed files with 31 additions and 89 deletions

2
cli.js
View File

@@ -1,4 +1,4 @@
#!/usr/bin/env node
process.env.CLI_CALL = 'true';
const cliTool = require('./dist_ts/index');
const cliTool = await import('./dist_ts/index.js');
cliTool.runCli();