From 0a004d695a68b2e29dc3318956eec79e5f666b26 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Tue, 12 Sep 2023 10:10:08 -0300 Subject: [PATCH] [PM-3881] Fix ENV=cloud npm run build:oss:watch (#6262) --- apps/web/config/cloud.json | 3 ++- apps/web/config/qa.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/web/config/cloud.json b/apps/web/config/cloud.json index 5459ce4057b..45269d18c63 100644 --- a/apps/web/config/cloud.json +++ b/apps/web/config/cloud.json @@ -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, diff --git a/apps/web/config/qa.json b/apps/web/config/qa.json index 3632c696856..6f514079010 100644 --- a/apps/web/config/qa.json +++ b/apps/web/config/qa.json @@ -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,