feat(core): new tools scope
This commit is contained in:
4
bin/cli.js
Normal file
4
bin/cli.js
Normal file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env node
|
||||
import * as tsrun from 'tsrun';
|
||||
process.env.CLI_CALL = 'true';
|
||||
require("../index.ts");
|
Reference in New Issue
Block a user