tswatch/cli.ts.js

6 lines
143 B
JavaScript
Raw Normal View History

2018-10-28 00:48:43 +00:00
#!/usr/bin/env node
process.env.CLI_CALL = 'true';
2022-03-14 20:17:36 +00:00
import * as tsrun from '@gitzone/tsrun';
tsrun.runPath('./cli.child.js', import.meta.url);