fix(core): update

This commit is contained in:
2023-08-26 15:34:42 +02:00
parent b182fa5c0a
commit 611bd0d542
4 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
process.env.CLI_CALL = 'true';
import * as tsrun from '@gitzone/tsrun';
import * as tsrun from '@git.zone/tsrun';
tsrun.runPath('./cli.child.js');