tsbundle/cli.ts.js

6 lines
144 B
JavaScript
Raw Permalink Normal View History

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