Skip to content

Commit

Permalink
Merge pull request #100 from eparitzi/patch-1
Browse files Browse the repository at this point in the history
Create watch.json
  • Loading branch information
GreenyDEV committed Apr 27, 2023
2 parents f02a880 + 7adf76d commit b721bce
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions watch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"install": {
"include": [
"^package\\.json$",
"^\\.env$"
]
},
"restart": {
"exclude": [
"^public/",
"^dist/"
],
"include": [
"\\.js$",
"\\.coffee$",
"\\.json"
]
},
"throttle": 100
}

0 comments on commit b721bce

Please sign in to comment.