chore(release): gate users-branch features for hotfix
Add USERS_BRANCH_FEATURES_ENABLED (off by default) to hide Players library, session tokens, and related UI while keeping the preview import fix. Restore primary Run button when the flag is off. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Hotfix release: set to `false` to hide everything merged from branch `users`
|
||||
* (Players library, run-with-players, circular NPC/player session tokens, disposition UI).
|
||||
* Re-enable after QA.
|
||||
*/
|
||||
export const USERS_BRANCH_FEATURES_ENABLED = false;
|
||||
Reference in New Issue
Block a user