From 7a11261f3a80e9e298c6e2f528cf647a856b3fae Mon Sep 17 00:00:00 2001 From: Piotr Konowrocki Date: Thu, 25 Apr 2024 16:13:11 +0200 Subject: [PATCH] add ProductHubDebug flag --- configs/oasis-borrow/getFeatures.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/oasis-borrow/getFeatures.ts b/configs/oasis-borrow/getFeatures.ts index 6b7e855..9aba7fb 100644 --- a/configs/oasis-borrow/getFeatures.ts +++ b/configs/oasis-borrow/getFeatures.ts @@ -85,4 +85,5 @@ export const getFeatures = ({ isStaging: _isStaging }: ConfigHelperType) => ({ DsProxyMigrationBase: true, UseOmniKitLinks: false, OmniKitDebug: false, + ProductHubDebug: false, });