Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 719 Bytes

File metadata and controls

21 lines (14 loc) · 719 Bytes

Development Notes

Debug UI switch

The landing page hides all debug controls by default in production builds.

To turn them back on locally, set this env var before running Vite:

VITE_ENABLE_DEBUG_UI=true

Debug UI is also enabled automatically when import.meta.env.DEV is true (normal vite dev mode).

Keep VITE_ENABLE_DEBUG_UI unset in production deployments. Only set it in local/debug environments when you intentionally want debug controls visible.

When debug UI is enabled, you get:

  • the floating control launcher,
  • the inline control dock and external control panel mount,
  • the / keyboard shortcut for opening controls,
  • quick navigation actions for Depth Lab and Typography Lab.