This commit is contained in:
2025-02-24 23:02:17 +00:00
commit 33932a4b23
17 changed files with 10058 additions and 0 deletions

5
cli.ts.js Normal file
View File

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