wa-webhook / nodemon.json
adittPler's picture
Upload 7 files
5b44cef verified
Raw
History Blame Contribute Delete
151 Bytes
{
"ignore": [
"auth_info_baileys/*",
"node_modules/*",
"public/*",
"logs/*",
"*.test.js",
"tests/*"
],
"delay": "1000"
}