fix(core): update

This commit is contained in:
2022-03-11 17:45:51 +01:00
parent 686a428624
commit dc7980e619
6 changed files with 9 additions and 9 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');
const cliTool = await import('./dist_ts/index.js');
cliTool.runCli();