2018-10-28 02:48:43 +02:00
|
|
|
#!/usr/bin/env node
|
|
|
|
process.env.CLI_CALL = 'true';
|
2022-03-14 21:17:36 +01:00
|
|
|
|
2023-08-26 14:52:12 +02:00
|
|
|
import * as tsrun from '@git.zone/tsrun';
|
2022-03-14 21:17:36 +01:00
|
|
|
tsrun.runPath('./cli.child.js', import.meta.url);
|