mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
fix: Edit entrypoint.sh to start Lysand in prod mode
This commit is contained in:
parent
336dee3db2
commit
a9dad476d6
|
|
@ -13,7 +13,7 @@ set -e
|
|||
case "$1" in
|
||||
"start")
|
||||
# Start the server
|
||||
exec bun run ./dist/index.js
|
||||
exec bun run ./dist/index.js --prod
|
||||
;;
|
||||
"cli")
|
||||
# Start the CLI
|
||||
|
|
|
|||
Loading…
Reference in a new issue