@ptkdev/node-discord-bot-boilerplate
Version:
Create your discord bot with this friendly boilerplate. Use this repository as template for your bot
16 lines (15 loc) • 399 B
JSON
{
"name": "node-discord-bot-boilerplate",
"script": "dist/core/bot.js",
"watch": true,
"max_restarts": 999,
"max_memory_restart": "1024M",
"instances": "max",
"exec_mode": "cluster",
"error_file": "./logs/errors_pm2.log",
"out_file": "./logs/debug_pm2.log",
"ignore_watch": [".git", "logs", "databases", "node_modules", "npm-debug.log"],
"watch_options": {
"followSymlinks": false
}
}