fix(core): update

This commit is contained in:
2022-03-11 18:05:02 +01:00
parent 70245584d7
commit 9c9f7ae1dc
8 changed files with 102 additions and 25 deletions

2
cli.js
View File

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