Files
learning-platform/app/frontend/.next/server/app-paths-manifest.json
RaymondVerhoef 14286d6cb1 Add TypeScript type definitions for app components and layout
- Created type definitions for `auth`, `layout`, and `page` components to ensure type safety and consistency.
- Implemented checks for entry validity and prop types using utility types.
- Added a `package.json` file to specify module type for TypeScript compatibility.
2026-05-23 22:10:58 +02:00

10 lines
358 B
JSON

{
"/_not-found/page": "app/_not-found/page.js",
"/auth/page": "app/auth/page.js",
"/page": "app/page.js",
"/app/session/page": "app/app/session/page.js",
"/admin/page": "app/admin/page.js",
"/app/profile/page": "app/app/profile/page.js",
"/app/library/page": "app/app/library/page.js",
"/admin/documents/page": "app/admin/documents/page.js"
}