fix(core): update

This commit is contained in:
Philipp Kunz 2022-03-11 17:40:52 +01:00
parent ec90a006ce
commit 3acab250db

View File

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