Hospital-Management-System/server/.nodemonrc.json

7 lines
No EOL
96 B
JSON

{
"watch": [
"server/**/*.*",
".env"
],
"ext": "js,json,mjs,yaml,yml"
}