Files
dspace-angular/nodemon.json
2017-07-19 12:11:15 -05:00

9 lines
96 B
JSON

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