Files
dspace-angular/nodemon.json
2018-04-26 11:38:36 +02:00

10 lines
113 B
JSON

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