mirror of
https://github.com/jamiebuilds/the-super-tiny-compiler.git
synced 2024-10-27 20:34:08 +00:00
19 lines
224 B
JSON
19 lines
224 B
JSON
|
{
|
||
|
"install": {
|
||
|
"include": [
|
||
|
"^package\\.json$",
|
||
|
"^\\.env$"
|
||
|
]
|
||
|
},
|
||
|
"restart": {
|
||
|
"exclude": [
|
||
|
"^public/",
|
||
|
"^dist/"
|
||
|
],
|
||
|
"include": [
|
||
|
"\\.ejs$"
|
||
|
]
|
||
|
},
|
||
|
"throttle": 100
|
||
|
}
|