tstest/cli.ts.js

6 lines
144 B
JavaScript
Raw Normal View History

2018-08-03 17:18:42 +00:00
#!/usr/bin/env node
process.env.CLI_CALL = 'true';
2022-03-12 23:30:32 +00:00
2023-08-26 13:42:18 +00:00
import * as tsrun from '@git.zone/tsrun';
2022-03-12 23:30:32 +00:00
tsrun.runPath('./cli.child.js', import.meta.url);