mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 03:04:16 -04:00
6 lines
152 B
Bash
Executable File
6 lines
152 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cd /usr/src/app || exit
|
|
FROZEN=1 make setup-server-dev
|
|
pnpm --filter immich exec nest start --debug "0.0.0.0:9230" --watch -- "$@"
|