fix(core): update

This commit is contained in:
2023-08-26 15:08:23 +02:00
parent 93a1052bf5
commit 1e37857c26
10 changed files with 1968 additions and 522 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);