Correct proying of config.json when running Vite debug server.

This commit is contained in:
Robin E.R. Davies
2026-06-07 21:33:58 -04:00
parent e7cbe86920
commit 02e741f568
+1 -1
View File
@@ -20,7 +20,7 @@ export default defineConfig({
target: 'http://localhost:8080',
changeOrigin: false,
},
'^/var/(?!config\\.json$).*': {
'^/var/.*': {
target: 'http://localhost:8080',
changeOrigin: false,
},