Sync with latest fixes

This commit is contained in:
2024-09-30 13:41:44 +02:00
parent 8cb2969d70
commit 973d8733b2
14 changed files with 75 additions and 26 deletions

View File

@ -49,5 +49,21 @@
"distance": 5,
"units": "ft"
},
"license": "LICENSE.txt"
"license": "LICENSE.txt",
"flags": {
"hotReload": {
"extensions": [
"css",
"hbs",
"html",
"json"
],
"paths": [
"./",
"lang/",
"assets/",
"templates/"
]
}
}
}