tstest/cli.ts.js

6 lines
144 B
JavaScript
Raw Permalink Normal View History

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