Files
immich/server/bin/immich-dev
Min Idzelis 6fffe41f0b Remaining
2025-07-02 01:58:36 +00:00

7 lines
170 B
Bash
Executable File

#!/usr/bin/env bash
cd /usr/src/app || exit
FROZEN=1 OFFLINE=1 make setup-dev
cd /usr/src/app/server || exit
pnpm exec nest start --debug "0.0.0.0:9230" --watch -- "$@"