fix: immich-dev live reload (#20104)

pull/19462/head^2
Jason Rasmussen 2025-07-23 09:59:21 -04:00 committed by GitHub
parent 1d9cc4ca5f
commit ab597155fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ if [ "$IMMICH_ENV" != "development" ]; then
fi
cd /usr/src/app/server || exit 1
npm exec nest start --debug "0.0.0.0:9230" --watch -- "$@"
npm exec nest -- start --debug "0.0.0.0:9230" --watch -- "$@"