Build Phase 2 judge vertical slice

This commit is contained in:
2026-08-06 22:42:39 -06:00
parent e6329ecabb
commit ec274419c3
41 changed files with 2945 additions and 669 deletions

View File

@@ -171,6 +171,12 @@ export default defineConfig(({ mode }) => {
changeOrigin: true,
rewrite: (path: string) => path.replace(/^\/api2/, "/api"),
},
"/ws2": {
target: "ws://localhost:3000",
ws: true,
changeOrigin: true,
rewrite: (path: string) => path.replace(/^\/ws2/, "/ws"),
},
"/api": proxyConfig,
"/public": proxyConfig,
"/ws": wsProxyConfig,