@ptkdev/node-telegram-bot-boilerplate
Version:
Create your telegram bot with this friendly boilerplate. Use this repository as template for your bot
16 lines (15 loc) • 394 B
JSON
{
"name": "node-telegram-bot-boilerplate",
"script": "dist/core/bot.js",
"watch": true,
"max_restarts": 9999,
"max_memory_restart": "1024M",
"instances": 1,
"exec_mode": "fork",
"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
}
}