fix(core): update

This commit is contained in:
2022-03-11 18:09:35 +01:00
parent 5174d9ccc6
commit fe97fcd193
4 changed files with 31 additions and 89 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env node
process.env.CLI_CALL = 'true';
require('@gitzone/tsrun');
const cliTool = require('./ts/index');
await import('@gitzone/tsrun');
const cliTool = await import('./ts/index.js');
cliTool.runCli();