[PM-3881] Fix ENV=cloud npm run build:oss:watch (#6262)
This commit is contained in:
parent
373569833f
commit
0a004d695a
|
@ -13,7 +13,8 @@
|
|||
"dev": {
|
||||
"proxyApi": "https://api.bitwarden.com",
|
||||
"proxyIdentity": "https://identity.bitwarden.com",
|
||||
"proxyEvents": "https://events.bitwarden.com"
|
||||
"proxyEvents": "https://events.bitwarden.com",
|
||||
"proxyNotifications": "https://notifications.bitwarden.com"
|
||||
},
|
||||
"flags": {
|
||||
"secretsManager": true,
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
"dev": {
|
||||
"proxyApi": "https://api.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": {
|
||||
"secretsManager": true,
|
||||
|
|
Loading…
Reference in New Issue