Skip to content

Commit 37ed942

Browse files
committed
feat: add SYSTEM_CONTROLLER_LISTING_TIMEOUT environment variable
1 parent 21ddb23 commit 37ed942

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export interface customEnv {
7373
ORGANIZATION_NAME?: string
7474
FEATURE_SCOPED_VARIABLE_ENVIRONMENT_LIST_ENABLE?: boolean
7575
HIDE_NETWORK_STATUS_INTERFACE?: boolean
76+
SYSTEM_CONTROLLER_LISTING_TIMEOUT?: number
7677
}
7778
declare global {
7879
interface Window {

0 commit comments

Comments
 (0)