feat(architecture): add finance repository adapters

This commit is contained in:
2026-03-08 22:14:09 +04:00
parent 4ecafcfe23
commit f6d1f34acf
17 changed files with 994 additions and 383 deletions

View File

@@ -10,9 +10,9 @@
"lint": "oxlint \"src\""
},
"dependencies": {
"@household/adapters-db": "workspace:*",
"@household/application": "workspace:*",
"@household/db": "workspace:*",
"@household/domain": "workspace:*",
"drizzle-orm": "^0.44.7",
"grammy": "1.41.1"
}