get to a base level

This commit is contained in:
Dieter Blocher
2025-01-17 12:26:04 +00:00
parent d2e5cfad25
commit 4799cdf404
13 changed files with 1529 additions and 2 deletions

5
nodemon.json Normal file
View File

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