fix(core): update

This commit is contained in:
2022-03-13 00:30:32 +01:00
parent bd6713eee8
commit 1d751bdcdf
15 changed files with 3645 additions and 11597 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();