fix(core): update

This commit is contained in:
2024-03-31 15:09:30 +02:00
parent 529297bd09
commit 39d64ffcf3
17 changed files with 5179 additions and 13665 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);