mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-28 05:27:35 +00:00
refac
This commit is contained in:
parent
75df30c0ea
commit
d5d50169f4
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import { defineConfig } from 'vite';
|
||||||
|
|
||||||
import { viteStaticCopy } from 'vite-plugin-static-copy';
|
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({
|
export default defineConfig({
|
||||||
plugins: [
|
plugins: [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue