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.
This commit is contained in:
RaymondVerhoef
2026-05-26 14:22:01 +02:00
parent 7d8999255f
commit daec9cf5b5
23 changed files with 52 additions and 68 deletions

View File

@@ -1,11 +1,8 @@
{
"/_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/knowledge/page": "app/admin/knowledge/page.js",
"/admin/curriculum/page": "app/admin/curriculum/page.js",
"/app/profile/page": "app/app/profile/page.js",
"/app/page": "app/app/page.js",
"/app/library/page": "app/app/library/page.js",
"/app/library/[topicId]/page": "app/app/library/[topicId]/page.js"
"/app/library/page": "app/app/library/page.js"
}