Files
tsrust/cli.ts.js
2026-02-09 09:32:20 +00:00

5 lines
126 B
JavaScript

#!/usr/bin/env node
process.env.CLI_CALL = 'true';
import * as tsrun from '@git.zone/tsrun';
tsrun.runPath('./cli.child.js');