Files
learning-platform/app/frontend/.next/server/app-paths-manifest.json
RaymondVerhoef 815cf0f673 feat: add status field to themes collection and update migration scripts
- Added a new "status" field to the themes collection with options: draft, published, and rejected.
- Updated the migration script to include the new field and its options.
- Created a new ingestion migration script to ensure the "status" field includes "rejected" as an option if not already present.
- Added multiple hot-update files for webpack to support the new changes in the frontend.
2026-05-24 10:56:45 +02:00

8 lines
312 B
JSON

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