fix(core): update
This commit is contained in:
parent
ec90a006ce
commit
3acab250db
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
process.env.CLI_CALL = 'true';
|
process.env.CLI_CALL = 'true';
|
||||||
await import('@gitzone/tsrun');
|
await import('@gitzone/tsrun');
|
||||||
const cliTool = await import('./ts/index');
|
const cliTool = await import('./ts/index.js');
|
||||||
cliTool.runCli();
|
cliTool.runCli();
|
||||||
|
Loading…
Reference in New Issue
Block a user