mirror of
https://github.com/casjaysdevdocker/bun
synced 2025-10-14 08:01:59 -04:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
@@ -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 "$@"
|
||||||
|
Reference in New Issue
Block a user