Skip to content

docs: clarify debug UI env var should stay unset in production#4

Merged
becktothefuture merged 1 commit into
mainfrom
codex/task-title-lekw7d
Apr 19, 2026
Merged

docs: clarify debug UI env var should stay unset in production#4
becktothefuture merged 1 commit into
mainfrom
codex/task-title-lekw7d

Conversation

@becktothefuture
Copy link
Copy Markdown
Owner

Motivation

  • Make it explicit that VITE_ENABLE_DEBUG_UI must remain unset in production deployments so the debug-only UI (control launcher, inline dock, and / keyboard shortcut) is not accidentally exposed.

Description

  • Added a single sentence to docs/development.md advising to keep VITE_ENABLE_DEBUG_UI unset in production; debug gating is already implemented via isDebugUIEnabled = import.meta.env.DEV || import.meta.env.VITE_ENABLE_DEBUG_UI === 'true' in src/App.jsx.

Testing

  • Ran npm run build and the production build completed successfully.

Codex Task

@becktothefuture becktothefuture merged commit 633ef37 into main Apr 19, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant