2019-05-14 06:50:50 +00:00
|
|
|
#!/usr/bin/env node
|
|
|
|
process.env.CLI_CALL = 'true';
|
2022-06-07 15:54:00 +00:00
|
|
|
|
2024-03-31 13:09:30 +00:00
|
|
|
import * as tsrun from '@git.zone/tsrun';
|
2022-06-07 15:54:00 +00:00
|
|
|
tsrun.runPath('./cli.child.js', import.meta.url);
|