Bot-2.0/nodemon.json

12 lines
241 B
JSON
Raw Permalink Normal View History

2024-05-23 09:22:31 +00:00
{
2024-06-15 16:52:42 +00:00
"watch": ["commands", "events", "deploy-commands.js", "index.js"],
2024-05-23 09:22:31 +00:00
"execMap": {
"js": "node"
},
"events": {
"restart": "node deploy-commands.js"
},
"ignore": ["node_modules"],
"ext": "js,json"
}