Add WebSocket test client and server code.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
export default {
|
||||
server: {
|
||||
proxy: {
|
||||
"/api": {
|
||||
target: `ws://localhost:8078`,
|
||||
ws: true,
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user