mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-17 13:30:00 -04:00
Create watch.json
This commit is contained in:
parent
d937871cf6
commit
7adf76df16
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
Add a link
Reference in a new issue