mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
refactor: undo earlier change to vite.config.ts
This commit is contained in:
parent
7728dd0593
commit
f5199e179f
1 changed files with 1 additions and 3 deletions
|
|
@ -6,10 +6,8 @@ import path from 'node:path';
|
|||
import { visualizer } from 'rollup-plugin-visualizer';
|
||||
import { defineConfig, type ProxyOptions, type UserConfig } from 'vite';
|
||||
|
||||
process.env.IMMICH_SERVER_URL ??= 'http://immich-server:2283/';
|
||||
|
||||
const upstream = {
|
||||
target: process.env.IMMICH_SERVER_URL,
|
||||
target: 'http://immich-server:2283/',
|
||||
secure: true,
|
||||
changeOrigin: true,
|
||||
logLevel: 'info',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue