tsrun/cli.ts.js

6 lines
143 B
JavaScript
Raw Normal View History

2020-06-01 19:37:11 +00:00
#!/usr/bin/env node
process.env.CLI_CALL = 'true';
2022-06-14 19:42:07 +00:00
import * as tsrun from '@gitzone/tsrun';
tsrun.runPath('./cli.child.js', import.meta.url);