avant codex

This commit is contained in:
2026-02-22 15:05:40 +01:00
parent fed449c784
commit 20af00d653
291 changed files with 51868 additions and 424 deletions

View File

@@ -9,8 +9,8 @@ export default defineConfig({
},
server: {
proxy: {
'/api': 'http://localhost:8000',
'/uploads': 'http://localhost:8000',
'/api': 'http://localhost:8060',
'/uploads': 'http://localhost:8060',
},
},
})