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

7 lines
96 B
JSON
Raw Normal View History

2021-03-31 01:50:36 +00:00
{
"watch": [
"server/**/*.*",
".env"
],
"ext": "js,json,mjs,yaml,yml"
}