add other public pages

This commit is contained in:
Dieter Blocher
2025-01-29 14:26:45 +00:00
parent 5146f356b6
commit bffd60bb94
13 changed files with 216 additions and 317 deletions

View File

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