mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 05:13:29 +00:00
Enable websocket connection in dev (#7172)
* Enable signalR websocket to dev server * Remove unnecessary env check
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
"proxyApi": "http://localhost:4000",
|
||||
"proxyIdentity": "http://localhost:33656",
|
||||
"proxyEvents": "http://localhost:46273",
|
||||
"proxyNotifications": "http://localhost:61840"
|
||||
"proxyNotifications": "http://localhost:61840",
|
||||
"wsConnectSrc": "ws://localhost:61840"
|
||||
},
|
||||
"flags": {
|
||||
"secretsManager": true,
|
||||
|
||||
Reference in New Issue
Block a user