chore(routes): delete dev-only demo route
Removes scaffolding pages from initial Paraglide setup that were never navigated to in production. Shrinks the measured coverage surface and removes dead code from the production bundle. CLAUDE.md route tables updated to drop the demo/ entry. Refs #496. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -40,8 +40,7 @@ src/
|
||||
│ ├── profile/ # User profile settings
|
||||
│ ├── users/[id]/ # Public user profile page
|
||||
│ ├── login/ logout/ register/
|
||||
│ ├── forgot-password/ reset-password/
|
||||
│ └── demo/ # Dev-only demos
|
||||
│ └── forgot-password/ reset-password/
|
||||
├── lib/ # Domain-based package structure (mirrors backend)
|
||||
│ ├── document/ # Document domain: components, stores, services, utils
|
||||
│ │ ├── annotation/ # Annotation overlay components
|
||||
|
||||
Reference in New Issue
Block a user