mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
revert: vite.config.ts
This commit is contained in:
parent
b979bbb06d
commit
3c96117e4c
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue