diff --git a/lib/www/client/source/vue.config.js b/lib/www/client/source/vue.config.js index 8c5c1db..96db00d 100644 --- a/lib/www/client/source/vue.config.js +++ b/lib/www/client/source/vue.config.js @@ -8,7 +8,7 @@ module.exports = { target: "http://localhost:3000", }, "^/ws(/|$)": { - target: "http://localhost:3000", + target: "ws://localhost:3000", ws: true } }