TelegramBot/nodemon.json

6 lines
No EOL
163 B
JSON
Executable file

{
"ignore": ["telegram/props/*.json", "telegram/props/*.txt"],
"watch": ["telegram", "database", "config"],
"ext": "ts,js",
"exec": "bun telegram/bot.ts"
}