Files
learning-platform/app/frontend/.next/server/middleware-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

6 lines
83 B
JSON

{
"version": 3,
"middleware": {},
"functions": {},
"sortedMiddleware": []
}