Add WebSocket test client and server code.

This commit is contained in:
2025-06-17 07:15:46 +00:00
parent 061ecf5d1f
commit baf04b48f9
8 changed files with 57 additions and 130 deletions
+10
View File
@@ -0,0 +1,10 @@
export default {
server: {
proxy: {
"/api": {
target: `ws://localhost:8078`,
ws: true,
}
}
},
}