Revelav3/watch.json
2023-04-20 19:21:54 -05:00

20 lines
260 B
JSON

{
"install": {
"include": [
"^package\\.json$",
"^\\.env$"
]
},
"restart": {
"exclude": [
"^public/",
"^dist/"
],
"include": [
"\\.js$",
"\\.coffee$",
"\\.json"
]
},
"throttle": 100
}