feat: Implement client-side version mismatch detection with reload prompt and add Nodemon for development.
This commit is contained in:
11
nodemon.json
Normal file
11
nodemon.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"watch": [
|
||||
"src",
|
||||
"index.html"
|
||||
],
|
||||
"ext": "js,json,html",
|
||||
"ignore": [
|
||||
"node_modules",
|
||||
"cache"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user