Edit to debugging docs.

This commit is contained in:
Robin E.R. Davies
2026-06-04 14:57:39 -04:00
parent 1d0c1a56ad
commit 0350abafed
+1 -1
View File
@@ -138,7 +138,7 @@ vite/vite.config.ts:
target: 'http://localhost:80',
changeOrigin: false,
},
'^/var/(?!config\\.json$).*': {
'^/var': {
target: 'http://localhost:80',
changeOrigin: false,
},