strip down core

This commit is contained in:
Alex Tran
2026-02-06 20:29:31 +00:00
parent a356497d96
commit 5ccf4a596c
1420 changed files with 667 additions and 260723 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import { visualizer } from 'rollup-plugin-visualizer';
import { defineConfig, type ProxyOptions, type UserConfig } from 'vite';
const upstream = {
target: process.env.IMMICH_SERVER_URL || 'http://immich-server:2283/',
target: process.env.IMMICH_SERVER_URL || 'http://localhost:2283/',
secure: true,
changeOrigin: true,
logLevel: 'info',