chore(ops): add reminder trigger helper

This commit is contained in:
2026-03-12 00:29:52 +04:00
parent fa80474f6e
commit a20f0a2092
2 changed files with 110 additions and 1 deletions

View File

@@ -39,7 +39,8 @@
"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:commands": "bun run scripts/ops/telegram-commands.ts"
"ops:telegram:commands": "bun run scripts/ops/telegram-commands.ts",
"ops:reminder": "bun run scripts/ops/trigger-reminder.ts"
},
"devDependencies": {
"@types/bun": "1.3.10",