@lazarv/react-server/devtools
Configuration surface for the in-browser DevTools panel. Opt the panel in and out per environment and tune what it tracks.
interface DevToolsConfig {
position?: "bottom-right" | "bottom-left" | "top-right" | "top-left";
}
React Server DevTools configuration.
Activated via:
- CLI:
react-server dev --devtools - Config:
{ devtools: true }in react-server.config.mjs
When active, the devtools panel is injected automatically — no component import needed.