Additional Bug fixes

This commit is contained in:
unknown
2026-05-22 11:50:59 +02:00
parent 10bfdfb914
commit a0f7efcd34
12 changed files with 372 additions and 135 deletions

View File

@@ -7,4 +7,9 @@ export default defineConfig({
outDir: 'dist',
emptyOutDir: true,
},
server: {
proxy: {
'/api': 'http://127.0.0.1:8090',
},
},
})