mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
[PM-3881] Fix ENV=cloud npm run build:oss:watch (#6262)
This commit is contained in:
@@ -13,7 +13,8 @@
|
|||||||
"dev": {
|
"dev": {
|
||||||
"proxyApi": "https://api.bitwarden.com",
|
"proxyApi": "https://api.bitwarden.com",
|
||||||
"proxyIdentity": "https://identity.bitwarden.com",
|
"proxyIdentity": "https://identity.bitwarden.com",
|
||||||
"proxyEvents": "https://events.bitwarden.com"
|
"proxyEvents": "https://events.bitwarden.com",
|
||||||
|
"proxyNotifications": "https://notifications.bitwarden.com"
|
||||||
},
|
},
|
||||||
"flags": {
|
"flags": {
|
||||||
"secretsManager": true,
|
"secretsManager": true,
|
||||||
|
|||||||
@@ -7,7 +7,8 @@
|
|||||||
"dev": {
|
"dev": {
|
||||||
"proxyApi": "https://api.qa.bitwarden.pw",
|
"proxyApi": "https://api.qa.bitwarden.pw",
|
||||||
"proxyIdentity": "https://identity.qa.bitwarden.pw",
|
"proxyIdentity": "https://identity.qa.bitwarden.pw",
|
||||||
"proxyEvents": "https://events.qa.bitwarden.pw"
|
"proxyEvents": "https://events.qa.bitwarden.pw",
|
||||||
|
"proxyNotifications": "https://notifications.qa.bitwarden.pw"
|
||||||
},
|
},
|
||||||
"flags": {
|
"flags": {
|
||||||
"secretsManager": true,
|
"secretsManager": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user