mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-06 19:35:44 +02:00
Hide community cards behind feature flag
This commit is contained in:
parent
b2c809b1bb
commit
496dd03016
3 changed files with 219 additions and 204 deletions
|
|
@ -18,3 +18,6 @@ export const SHOW_COPILOT_MARQUEE = false;
|
|||
export const SHOW_PROMPTS_SECTION = true;
|
||||
export const SHOW_DARK_MODE_TOGGLE = false;
|
||||
export const SHOW_VISUALIZATION = false;
|
||||
|
||||
// Client-safe flags
|
||||
export const SHOW_COMMUNITY_PUBLISH = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue