treeche
treeche copied to clipboard
Main entrypoint is missing shebang
The main entrypoint file (packages/node-cli/src/cli.ts) is missing a node shebang line: #!/usr/bin/env node. Without this line running npx treeche fails because it tries to run it as a shell script, not a js program.