cbb6edc378
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>
7 lines
255 B
TypeScript
7 lines
255 B
TypeScript
/**
|
|
* 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;
|