mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-30 10:56:29 +02:00
added feature flag for pre-built cards (#218)
This commit is contained in:
parent
daaac23f76
commit
3eeb67e417
2 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue