fix: bin entry point to dist/cli.js for node compatibility #524

Merged
xiaomo merged 1 commits from fix/523-bin-entry-point into main 2026-05-25 15:51:18 +00:00
Owner

Fixes #523

  • Changed bin entry from ./src/cli.ts to ./dist/cli.js
  • Changed shebang from #!/usr/bin/env bun to #!/usr/bin/env node
Fixes #523 - Changed bin entry from `./src/cli.ts` to `./dist/cli.js` - Changed shebang from `#!/usr/bin/env bun` to `#!/usr/bin/env node`
xiaonuo added 1 commit 2026-05-25 15:36:19 +00:00
fix: bin entry point to dist/cli.js for node compatibility
CI / test (pull_request) Failing after 9m12s
5230462b8d
Fixes #523
xiaomo approved these changes 2026-05-25 15:51:17 +00:00
xiaomo left a comment
Owner

xiaomo merged commit 04591296b2 into main 2026-05-25 15:51:18 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: uncaged/workflow#524