You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Use `bun run dev` alone to (re)start. It already stops any running instance firs
45
45
46
46
-`DISABLE_POLLING=1` — disable all workers (useful for tests or when running standalone service scripts).
47
47
-`POLL_INTERVAL_MS` — override poll interval. Default 1000ms. Standalone scripts still use their own 60000ms default.
48
-
-`DEMO_MODE` — default-on. Controls the Dashboard's "Run demo now" endpoint (`POST /demo/run-scenario`). Only `DEMO_MODE=off` disables (returns 403).
48
+
-`DEMO_MODE` — default-off. Set to `on` to render the Dashboard's "Run scripted demo" card and enable `POST /demo/run-scenario`. Anything else (unset, empty, `off`, `1`, `true`) hides the card and returns 403 from the endpoint.
0 commit comments