feat(bot): add finance cycle and statement commands (#12)

This commit is contained in:
Stas
2026-03-05 03:52:10 +03:00
committed by GitHub
parent 4b62a8b76e
commit fad17b690f
5 changed files with 540 additions and 3 deletions

View File

@@ -12,6 +12,7 @@
"dependencies": {
"@household/application": "workspace:*",
"@household/db": "workspace:*",
"@household/domain": "workspace:*",
"drizzle-orm": "^0.44.7",
"grammy": "1.41.1"
}