🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-12 22:17:19 -04:00
parent e28651f65b
commit 11d8f45ac2
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -167,7 +167,7 @@ bun)
RUN_SCRIPT="server.ts" RUN_SCRIPT="server.ts"
fi fi
bun install bun install
bun dev ${START:-$START_SCRIPT} bun dev "${START:-$START_SCRIPT}"
exit ${exitCode:-$?} exit ${exitCode:-$?}
else else
__exec_command "$@" __exec_command "$@"