12 lines
173 B
JSON
12 lines
173 B
JSON
|
|
{
|
||
|
|
"watch": [
|
||
|
|
"electron/"
|
||
|
|
],
|
||
|
|
"ignore": [],
|
||
|
|
"ext": "js,json",
|
||
|
|
"verbose": true,
|
||
|
|
"exec": "ee-bin dev",
|
||
|
|
"restartable": "hr",
|
||
|
|
"colours": true,
|
||
|
|
"events": {}
|
||
|
|
}
|