From d5d50169f432e9c354ecdb4f2ca8457bcdc2ad50 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sun, 16 Aug 2026 23:48:05 -0700 Subject: [PATCH] refac --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index f3308e80c2..5052e5d6fa 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -3,7 +3,7 @@ import { defineConfig } from 'vite'; import { viteStaticCopy } from 'vite-plugin-static-copy'; -const backendTarget = 'http://localhost:8080'; +const backendTarget = process.env.WEBUI_BACKEND_URL || 'http://localhost:8080'; export default defineConfig({ plugins: [