cc / nodemon.json
hequ's picture
Upload 221 files
69b897d verified
{
"watch": ["src"],
"ext": "js,json",
"exec": "npm run lint && node src/app.js"
}