mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 09:47:08 +00:00
Fix development websocket URL
This commit is contained in:
@@ -8,7 +8,7 @@ module.exports = {
|
||||
target: "http://localhost:3000",
|
||||
},
|
||||
"^/ws(/|$)": {
|
||||
target: "http://localhost:3000",
|
||||
target: "ws://localhost:3000",
|
||||
ws: true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user