Temp-Email-Service/nodemon.json
2025-01-27 07:02:18 -06:00

5 lines
98 B
JSON

{
"ignore": ["test.js", "README"],
"watch": ["views", "*.js"],
"exec": "node app.js"
}