fix(core): update

This commit is contained in:
2022-03-12 19:32:15 +01:00
parent 6d2d48af9d
commit 035207f4f9
6 changed files with 16 additions and 13 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();