gitea push

This commit is contained in:
2026-05-09 12:19:29 -06:00
parent 06113c95b8
commit 429461e985
1481 changed files with 74306 additions and 52475 deletions
+9 -3
View File
@@ -53,11 +53,17 @@ export default defineConfig({
server: {
port: 3000,
proxy: {
'/api' : {
'/api': {
target: 'http://localhost:8000',
changeOrigin: true,
secure: false
secure: false,
},
'/docs': {
target: 'http://localhost:5173',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/docs$/, '/docs/'),
ws: true,
}
}
},
},
})