@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) • 302 B
JSON
{
"name": "node-telegram-bot-boilerplate",
"script": "dist/core/bot.js",
"watch": false,
"max_restarts": 0,
"max_memory_restart": "1024M",
"instances": 1,
"out_file": "/dev/null",
"error_file": "/dev/null",
"exec_mode": "fork",
"cwd": "./",
"watch_options": {
"followSymlinks": false
}
}