Commit Graph

3 Commits

Author SHA1 Message Date
GitHub Action
b7c3b73348 [automated] Apply ESLint and Oxfmt fixes 2026-03-09 13:22:43 +00:00
snomiao
41b1355f16 docs: fix inaccurate commands and stale date in TROUBLESHOOTING.md
- Replace `pnpm dev --port 3000` with accurate vite.config.mts approach
- Fix `pnpm test` → `pnpm test:unit` and `--clearCache` → `--no-cache`
- Fix Node version reference `v24.x` → `v24` to match .nvmrc
- Clarify Discord link requires manual navigation to #dev-frontend channel
- Update "Last Updated" date from 2024-12-23 to 2026-03-09
2026-03-09 13:19:28 +00:00
Claude
72540cd6a9 docs: add TROUBLESHOOTING.md guide for common development issues
Added comprehensive troubleshooting guide to help developers resolve common issues:

- Development server problems (nx serve hanging)
- Build and TypeScript errors
- Dependency and package management issues
- Testing problems
- Git and branch issues

Includes:
- Mermaid flowchart for quick diagnostics
- FAQ format with symptoms and solutions
- Step-by-step resolution instructions
- Community support links

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-09 13:19:28 +00:00