13 lines
210 B
JSON
13 lines
210 B
JSON
|
{
|
||
|
"restartable": "rs",
|
||
|
"ignore": [
|
||
|
".git",
|
||
|
"node_modules/**/node_modules"
|
||
|
],
|
||
|
"verbose": true,
|
||
|
"env": {
|
||
|
"NODE_ENV": "development"
|
||
|
},
|
||
|
"ext": "js,json,html,css",
|
||
|
"delay": "2500"
|
||
|
}
|