Create watch.json

This commit is contained in:
eparitzi 2023-04-20 19:21:54 -05:00 committed by GitHub
parent d937871cf6
commit 7adf76df16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
watch.json Normal file
View file

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