This commit is contained in:
wfz
2026-04-26 11:00:59 +08:00
parent 7bffe41d41
commit f1a6f0fd75
19 changed files with 1026 additions and 142 deletions

View File

@@ -8,6 +8,10 @@ export default defineConfig({
'/ws': {
target: 'ws://localhost:8080',
ws: true
},
'/api': {
target: 'http://localhost:8081',
changeOrigin: true
}
}
}