testflight-watcher/nodemon.json
2024-12-14 00:55:54 +01:00

5 lines
78 B
JSON

{
"watch": [".env"],
"ext": "js,json",
"exec": "node index.js"
}