mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
chore(server): faster shutdown (#5577)
* chore(server): faster shutdown * fix: e2e test entrypoint
This commit is contained in:
parent
92b4284b5a
commit
6acd8eb4ba
4 changed files with 8 additions and 3 deletions
2
server/bin/immich-dev
Executable file
2
server/bin/immich-dev
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
node /usr/src/app/node_modules/.bin/nest start --debug "0.0.0.0:9230" --watch -- "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue