feat: sqlite thumbnail storage

This commit is contained in:
midzelis
2026-01-27 03:46:27 +00:00
parent 1436e2a75f
commit f068ca9911
33 changed files with 1344 additions and 55 deletions

View File

@@ -6,4 +6,4 @@ if [[ "$IMMICH_ENV" == "production" ]]; then
fi
cd /usr/src/app || exit
pnpm --filter immich exec nest start --debug "0.0.0.0:9230" --watch -- "$@"
exec pnpm --filter immich exec nest start --no-shell --debug "0.0.0.0:9230" --watch -- "$@"