mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
fix(build): 🐛 Modify CLI to properly bundle
This commit is contained in:
parent
0d278e4fa9
commit
6b17b91235
9 changed files with 13 additions and 90 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue