15 lines
205 B
JSON
15 lines
205 B
JSON
{
|
|
"restartable": "rs",
|
|
"ignore": [
|
|
".git",
|
|
"node_modules",
|
|
"src",
|
|
"data"
|
|
],
|
|
"verbose": true,
|
|
"env": {
|
|
"NODE_ENV": "dev"
|
|
},
|
|
"ext": "js"
|
|
}
|