feat(ops): sync Telegram commands after deploy

This commit is contained in:
2026-03-09 05:15:44 +04:00
parent 4e200b506a
commit 4d3c206f5f
5 changed files with 303 additions and 25 deletions

View File

@@ -34,7 +34,8 @@
"docker:smoke": "docker compose up --build",
"test:e2e": "bun run scripts/e2e/billing-flow.ts",
"ops:deploy:smoke": "bun run scripts/ops/deploy-smoke.ts",
"ops:telegram:webhook": "bun run scripts/ops/telegram-webhook.ts"
"ops:telegram:webhook": "bun run scripts/ops/telegram-webhook.ts",
"ops:telegram:commands": "bun run scripts/ops/telegram-commands.ts"
},
"devDependencies": {
"@types/bun": "1.3.10",