Complete WebSocket

This commit is contained in:
2025-08-18 19:15:40 +03:00
Unverified
parent 6ecd885e7a
commit 06d183d6e4
6 changed files with 109 additions and 46 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ export default defineConfig({
"/api": {
target: "http://127.0.0.1:8300/",
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, "")
rewrite: (path) => path.replace(/^\/api/, ""),
ws: true
}
},
},