mirror of
https://github.com/immich-app/immich.git
synced 2024-11-28 09:33:27 +02:00
6acd8eb4ba
* chore(server): faster shutdown * fix: e2e test entrypoint
3 lines
106 B
Bash
Executable File
3 lines
106 B
Bash
Executable File
#!/usr/bin/env bash
|
|
node /usr/src/app/node_modules/.bin/nest start --debug "0.0.0.0:9230" --watch -- "$@"
|