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