2018-09-22 13:18:21 +00:00
|
|
|
#!/usr/bin/env node
|
|
|
|
process.env.CLI_CALL = 'true';
|
2022-10-09 16:15:37 +00:00
|
|
|
|
2024-05-23 22:17:31 +00:00
|
|
|
import * as tsrun from '@git.zone/tsrun';
|
2022-10-09 16:15:37 +00:00
|
|
|
tsrun.runPath('./cli.child.js', import.meta.url);
|