UNPKG
generator-wxnode-boilerplate
Version:
latest (0.1.2)
0.1.2
Yeoman generator for wxnode boilerplate
generator-wxnode-boilerplate
/
node_boilerplate
/
templates
/
nodemon.json
11 lines
(10 loc)
•
157 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"verbose"
:
true
,
"ignore"
:
[
"client/**/*"
,
"app/client/**/*"
]
,
"delay"
:
"400"
,
"watch"
:
"app"
,
"inspect"
:
true
}