mirror of
https://github.com/casjaysdevdocker/bun
synced 2025-01-18 00:34:24 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
e28651f65b
commit
11d8f45ac2
@ -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 "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user