init enumerate

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-04-11 20:43:30 +02:00
parent f53380fbd9
commit a0fceb36df
8 changed files with 793 additions and 7 deletions

View File

@@ -30,7 +30,11 @@ export default defineConfig({
],
server: {
proxy: {
"/api": "http://localhost:8080",
"/api": {
target: "http://localhost:8080",
timeout: 120000,
proxyTimeout: 120000,
},
},
},
},