6 lines
		
	
	
		
			144 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			144 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| #!/usr/bin/env node
 | |
| process.env.CLI_CALL = 'true';
 | |
| 
 | |
| import * as tsrun from '@git.zone/tsrun';
 | |
| tsrun.runPath('./cli.child.js', import.meta.url);
 |