This commit is contained in:
jocay
2026-08-17 23:57:43 +08:00
parent 005260f893
commit 29b0f03c24
11 changed files with 1085 additions and 256 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export default defineConfig({
server: {
port: 5173,
proxy: {
'/api': 'http://localhost:3030'
'/api': 'http://localhost:3031'
}
}
})