tsbundle/cli.ts.js

6 lines
144 B
JavaScript
Raw Permalink Normal View History

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