mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
3 lines
106 B
Text
3 lines
106 B
Text
|
#!/usr/bin/env bash
|
||
|
node /usr/src/app/node_modules/.bin/nest start --debug "0.0.0.0:9230" --watch -- "$@"
|