fix(cli): Align package scope to @git.zone, bump dependency versions and remove obsolete pnpm workspace setting

This commit is contained in:
2025-12-13 09:36:28 +00:00
parent 6227a3d184
commit bd28ec06c6
7 changed files with 898 additions and 855 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);