mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-27 07:54:55 -06:00
refac
This commit is contained in:
+1
-1
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user