Skip to content

Commit

Permalink
fix(bin): fix CLI entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed Jan 30, 2025
1 parent 894cc10 commit c7de561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
# Use "$@" to pass all additional command line arguments to your script
node apps/cli/dist/main.mjs "$@"
node apps/cli/dist/cli.mjs "$@"

0 comments on commit c7de561

Please sign in to comment.