Files
dspace-angular/nodemon.json

10 lines
114 B
JSON

{
"watch": [
"dist",
"config",
"src/index.html"
],
"ext": "js ts json html",
"delay": "500"
}