feat(wsClient): Update WebSocket connection to support relative paths and enhance MQTT handling
This commit is contained in:
@@ -24,6 +24,11 @@ const proxyDev: Record<string, any> = {
|
||||
target: target,
|
||||
changeOrigin: true,
|
||||
},
|
||||
'/mqtt': {
|
||||
target: target,
|
||||
changeOrigin: true,
|
||||
ws: true,
|
||||
},
|
||||
},
|
||||
test: {
|
||||
'/test': {
|
||||
|
||||
Reference in New Issue
Block a user