fix(core): update

This commit is contained in:
2022-03-12 21:09:33 +01:00
parent 72350a49ec
commit cfbe4bbcb9
2 changed files with 1 additions and 1 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();