From 0350abafedcdb32dc0d358d76711cc89e8c2839b Mon Sep 17 00:00:00 2001 From: "Robin E.R. Davies" Date: Thu, 4 Jun 2026 14:57:39 -0400 Subject: [PATCH] Edit to debugging docs. --- docs/Debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Debugging.md b/docs/Debugging.md index 0eb7b4c..ac4aef0 100644 --- a/docs/Debugging.md +++ b/docs/Debugging.md @@ -138,7 +138,7 @@ vite/vite.config.ts: target: 'http://localhost:80', changeOrigin: false, }, - '^/var/(?!config\\.json$).*': { + '^/var': { target: 'http://localhost:80', changeOrigin: false, },