Move architecture, testing, and dev tools detail into docs/ and reference them via @path pointers to keep CLAUDE.md slim. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
563 B
563 B
Dev Tools
- Click-to-source:
Ctrl+Shift+Cmd+Ctoggles inspector. Custom Vite plugin insrc/vite.tsinjectsdata-inspector-*attributes; reads original source from disk for accurate line numbers. - HMR: Vite 8 +
@vitejs/plugin-reactv6.dedupeRefreshPlugininsrc/vite.tsprevents double React Refresh injection. - Editor: Set
REACT_EDITORenv var.zed/sublusefile:line:col; others get--goto file:line:col. - Playwright MCP:
bun run mcp:playwrightstarts headless browser MCP server (config in.qwen/settings.json).