tsbuild/cli.ts.js
2022-03-12 19:32:15 +01:00

4 lines
127 B
JavaScript

#!/usr/bin/env node
process.env.CLI_CALL = 'true';
import * as tsrun from '@gitzone/tsrun';
tsrun.runPath('./cli.ts.child.js');