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-17 12:26:04 +00:00

5 lines
113 B
JSON

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