feat: Implement client-side version mismatch detection with reload prompt and add Nodemon for development.

This commit is contained in:
sebseb7
2025-11-24 11:04:45 +01:00
parent 3f7dc21d35
commit c1209a8048
9 changed files with 434 additions and 9 deletions

11
nodemon.json Normal file
View File

@@ -0,0 +1,11 @@
{
"watch": [
"src",
"index.html"
],
"ext": "js,json,html",
"ignore": [
"node_modules",
"cache"
]
}