mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-04-28 09:15:57 +00:00
6 lines
124 B
JSON
6 lines
124 B
JSON
{
|
|
"ignore": ["src/props/*.json", "src/props/*.txt"],
|
|
"watch": ["src"],
|
|
"ext": "ts,js",
|
|
"exec": "bun src/bot.ts"
|
|
} |