Fix development websocket URL

This commit is contained in:
D. Berge
2020-10-09 18:10:14 +02:00
parent 6e7016e2ac
commit f3e171264c

View File

@@ -8,7 +8,7 @@ module.exports = {
target: "http://localhost:3000",
},
"^/ws(/|$)": {
target: "http://localhost:3000",
target: "ws://localhost:3000",
ws: true
}
}