Correct proying of config.json when running Vite debug server.
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ export default defineConfig({
|
||||
target: 'http://localhost:8080',
|
||||
changeOrigin: false,
|
||||
},
|
||||
'^/var/(?!config\\.json$).*': {
|
||||
'^/var/.*': {
|
||||
target: 'http://localhost:8080',
|
||||
changeOrigin: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user