fix(core): update

This commit is contained in:
2022-06-14 21:42:07 +02:00
parent ba0aaf2793
commit 5271f0153e
4 changed files with 13 additions and 7 deletions

4
cli.child.ts Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env node
process.env.CLI_CALL = 'true';
import * as cliTool from './ts/index.js';
cliTool.runCli();