added mock server for frontedn dev

This commit is contained in:
2025-10-10 16:09:17 +02:00
parent 5c0ad18b94
commit b8bba28bda
4 changed files with 958 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ export default defineConfig({
server: {
proxy: {
"/api": {
target: "http://localhost:8080",
target: "http://localhost:3000",
},
},
},