From fa6a20aae26df702871c1ac1708d138e8463356d Mon Sep 17 00:00:00 2001 From: Rohit Raj Date: Wed, 16 Oct 2024 13:25:05 +0530 Subject: [PATCH] feat: add SAMPLE_APP_REPO_URL in customEnv type --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 57d0183d5..e4196d9d0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -76,6 +76,7 @@ export interface customEnv { SYSTEM_CONTROLLER_LISTING_TIMEOUT?: number FEATURE_STEP_WISE_LOGS_ENABLE?: boolean FEATURE_IMAGE_PROMOTION_ENABLE?: boolean + SAMPLE_APP_REPO_URL?: string } declare global { interface Window {