Live map of every route, component, and library in this codebase. The lists below are discovered at build time via import.meta.glob, so they always match the real filesystem.
| URL | Type | File |
|---|---|---|
| /api/public/cover/$id | server | src/routes/api/public/cover.$id.ts |
| /api/public/librivox | server | src/routes/api/public/librivox.ts |
| /api/public/og/book/$id | server | src/routes/api/public/og.book.$id.ts |
| /api/public/warm-covers | server | src/routes/api/public/warm-covers.ts |
import.meta.glob to enumerate files under src/routes/, src/components/, and src/lib/ at build time. Add a new route or component and it will appear here on the next rebuild — no manual editing required.