Files
shopApiNg/nodemon.json

11 lines
150 B
JSON

{
"watch": [
"src",
"index.html"
],
"ext": "js,json,html",
"ignore": [
"node_modules",
"cache"
]
}