immich/server/bin/immich-dev
2025-07-05 16:32:43 +00:00

6 lines
141 B
Bash
Executable File

#!/usr/bin/env bash
cd /usr/src/app/server || exit 1
npm install
node ./node_modules/.bin/nest start --debug "0.0.0.0:9230" --watch -- "$@"