14 lines
354 B
Markdown
14 lines
354 B
Markdown
# Project Map
|
|
|
|
## Entry points
|
|
- `src/index.ts` — app bootstrap
|
|
- `src/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
|