chore(deps): update web (#4961)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-11-21 13:46:07 -05:00
committed by GitHub
parent c607615e41
commit b06c2b786c
4 changed files with 422 additions and 398 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ const upstream = {
target: process.env.IMMICH_SERVER_URL || 'http://immich-server:3001/',
secure: true,
changeOrigin: true,
logLevel: 'debug',
logLevel: 'info',
ws: true,
};