Files
npmcdn/cli.ts.js

6 lines
144 B
JavaScript
Raw Permalink Normal View History

2022-01-06 01:20:03 +01:00
#!/usr/bin/env node
process.env.CLI_CALL = 'true';
2026-01-04 22:42:19 +00:00
import * as tsrun from '@git.zone/tsrun';
tsrun.runPath('./cli.child.js', import.meta.url);