SponsorBlockServer/nodemon.json

6 lines
106 B
JSON
Raw Permalink Normal View History

2020-11-01 16:14:45 +01:00
{
"watch": ["src"],
"ext": "ts,json",
"exec": "(npm test || echo test failed) && npm start"
}