Files
corestore/cli.js
T

5 lines
127 B
JavaScript
Raw Normal View History

2026-05-02 15:01:41 +00:00
#!/usr/bin/env node
process.env.CLI_CALL = 'true';
const cliTool = await import('./dist_ts/index.js');
await cliTool.runCli();