fix(core): update

This commit is contained in:
2023-08-26 15:42:18 +02:00
parent e958417d47
commit 6ec99e7276
5 changed files with 110 additions and 153 deletions

View File

@@ -1,5 +1,5 @@
#!/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', import.meta.url);