added feature flag for pre-built cards (#218)

This commit is contained in:
arkml 2025-08-23 17:32:27 +05:30 committed by GitHub
parent daaac23f76
commit 3eeb67e417
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -17,4 +17,5 @@ export const USE_PRODUCT_TOUR = false;
export const SHOW_COPILOT_MARQUEE = false;
export const SHOW_PROMPTS_SECTION = true;
export const SHOW_DARK_MODE_TOGGLE = false;
export const SHOW_VISUALIZATION = false
export const SHOW_VISUALIZATION = false;
export const SHOW_PREBUILT_CARDS = false;