vite relative paths fix (#472)

This commit is contained in:
Alex "mcmonkey" Goodwin
2024-08-16 18:15:03 -07:00
committed by GitHub
parent f10554d914
commit 7626d08c98

View File

@@ -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'
}
}
});
});