Model/IR Select dialog for large downloads

This commit is contained in:
Robin E.R. Davies
2026-05-30 00:46:45 -04:00
parent 356c0e42a7
commit 448e373841
13 changed files with 338 additions and 33 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ export default defineConfig({
target: 'http://localhost:8080',
changeOrigin: false,
},
'^/var/.*': {
'^/var/(?!config\\.json$).*': {
target: 'http://localhost:8080',
changeOrigin: false,
},