commit
b721bce67b
1 changed files with 20 additions and 0 deletions
20
watch.json
Normal file
20
watch.json
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"install": {
|
||||||
|
"include": [
|
||||||
|
"^package\\.json$",
|
||||||
|
"^\\.env$"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"restart": {
|
||||||
|
"exclude": [
|
||||||
|
"^public/",
|
||||||
|
"^dist/"
|
||||||
|
],
|
||||||
|
"include": [
|
||||||
|
"\\.js$",
|
||||||
|
"\\.coffee$",
|
||||||
|
"\\.json"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"throttle": 100
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue