🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2022-10-12 22:17:19 -04:00
parent e28651f65b
commit 11d8f45ac2

View File

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