This commit is contained in:
Timothy Jaeryang Baek
2026-08-16 23:48:05 -07:00
parent 75df30c0ea
commit d5d50169f4
+1 -1
View File
@@ -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: [