7 lines
91 B
JSON
7 lines
91 B
JSON
{
|
|
"watch": ["*.js"],
|
|
"ext": "js",
|
|
"ignore": [],
|
|
"exec": "node server.js"
|
|
}
|