Files
learning-platform/app/frontend/.next/server/app-paths-manifest.json
RaymondVerhoef daec9cf5b5 Add hot update files for layout and webpack with source maps
- Created new hot update JSON and JS files for app layout and webpack.
- Included eval-source-map for development purposes in the layout hot update.
- Added full hash retrieval function in the webpack hot update.
2026-05-26 14:22:01 +02:00

8 lines
304 B
JSON

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