Files
learning-platform/app/frontend/.next/server/app-paths-manifest.json
RaymondVerhoef 8684ffa35b feat: add new page and migration scripts for access rules and collections
- Introduced new page component for library topics with type checks.
- Added migration scripts to update access rules for various collections including badges, curriculum versions, and themes.
- Implemented PocketBase integration for managing collection access rules dynamically.
- Ensured proper type validation for page props and metadata generation functions.
2026-05-23 22:26:40 +02:00

10 lines
374 B
JSON

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