mirror of
https://github.com/LukeHagar/immich.git
synced 2025-12-09 20:47:47 +00:00
fix: immich-dev live reload (#20104)
This commit is contained in:
@@ -6,4 +6,4 @@ if [ "$IMMICH_ENV" != "development" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
cd /usr/src/app/server || exit 1
|
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 -- "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user