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
2025-01-29 14:26:45 +00:00

5 lines
131 B
JSON

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