revert: vite.config.ts

This commit is contained in:
izzy 2025-11-10 12:23:59 +00:00
parent b979bbb06d
commit 3c96117e4c
No known key found for this signature in database
GPG key ID: 5059F398521BB0F6

View file

@ -7,7 +7,7 @@ import { visualizer } from 'rollup-plugin-visualizer';
import { defineConfig, type ProxyOptions, type UserConfig } from 'vite';
const upstream = {
target: 'http://immich-server:2283/',
target: process.env.IMMICH_SERVER_URL || 'http://immich-server:2283/',
secure: true,
changeOrigin: true,
logLevel: 'info',