fix(build): 🐛 Modify CLI to properly bundle

This commit is contained in:
Jesse Wierzbinski 2024-05-08 00:24:21 +00:00
parent 0d278e4fa9
commit 6b17b91235
No known key found for this signature in database
9 changed files with 13 additions and 90 deletions

View file

@ -18,7 +18,7 @@ case "$1" in
"cli")
# Start the CLI
shift 1
bun run ./cli.js "$@"
bun run ./cli/index.js "$@"
;;
*)
# Run custom commands