This repository has been archived on 2025-01-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
test_dev/nodemon.json
Dieter Blocher 4ed3721ce5 Update stuff
2025-01-29 14:42:49 +00:00

5 lines
150 B
JSON

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