mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-01 11:42:06 +00:00
vite relative paths fix (#472)
This commit is contained in:
committed by
GitHub
parent
f10554d914
commit
7626d08c98
@@ -88,6 +88,7 @@ function getModuleName(id: string): string {
|
||||
const DEV_SERVER_COMFYUI_URL = process.env.DEV_SERVER_COMFYUI_URL || 'http://127.0.0.1:8188';
|
||||
|
||||
export default defineConfig({
|
||||
base: '',
|
||||
server: {
|
||||
proxy: {
|
||||
'/api': {
|
||||
|
||||
Reference in New Issue
Block a user