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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 422 additions and 398 deletions

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,
};