354 B
354 B
Project Map
Entry points
src/index.ts— app bootstrapsrc/routes/— route registration
Main layers
- routes -> services -> db
- shared utilities live under
src/lib/
Notes
- Integration tests may require a local database service
- Some generated types may exist under
src/generated/; avoid editing them directly unless asked