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, },