testflight-watcher/nodemon.json

5 lines
78 B
JSON
Raw Normal View History

2024-12-14 00:55:54 +01:00
{
"watch": [".env"],
"ext": "js,json",
"exec": "node index.js"
}