This commit is contained in:
2026-03-30 15:58:21 +02:00
parent 5b31a9a9d8
commit c84018fbeb
9 changed files with 1129 additions and 48 deletions

View File

@@ -6,5 +6,10 @@ export default defineConfig({
build: {
outDir: 'dist',
emptyOutDir: true,
},
server: {
proxy: {
'/api': 'http://localhost:8080'
}
}
})