mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-13 00:50:01 +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': {
|
||||
@@ -135,4 +136,4 @@ export default defineConfig({
|
||||
'@': '/src'
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user