Skip to content

Commit 75d2357

Browse files
committed
feat: add FEATURE_MANAGE_TRAFFIC_ENABLE flag
1 parent 985f3f2 commit 75d2357

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,12 @@ export interface customEnv {
152152
GATEKEEPER_URL?: string
153153
FEATURE_AI_INTEGRATION_ENABLE?: boolean
154154
LOGIN_PAGE_IMAGE?: string
155+
/**
156+
* If true, the manage traffic feature is enabled in apps & app groups.
157+
*
158+
* @default false
159+
*/
160+
FEATURE_MANAGE_TRAFFIC_ENABLE?: boolean
155161
}
156162
declare global {
157163
interface Window {

0 commit comments

Comments
 (0)