@@ -1,5 +1,8 @@
#!/usr/bin/env node
process.env.CLI_CALL = 'true';
require('@gitzone/tsrun');
const cliTool = require('./ts/index');
cliTool.runCli();
import('@git.zone/tsrun');
import('./ts/index.js').then((cliTool) => {
if (cliTool.runCli) {
}
});
The note is not visible to the blocked user.