Update stuff

This commit is contained in:
Dieter Blocher
2025-01-29 14:42:49 +00:00
parent bffd60bb94
commit 4ed3721ce5
4 changed files with 7 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
{
"watch": ["src", "src/public", "src/views", "config"],
"ext": "js,json,html,ejs",
"watch": ["src", "src/public", "src/views", "config", "stylesheets"],
"ext": "js,json,css,html,ejs",
"exec": "node ./src/server.js"
}