Track Telegram avatar changes in telegram backend state DB

This commit is contained in:
Ruslan Bakiev
2026-03-12 16:53:16 +07:00
parent 44f4e9d90d
commit 64e0d7565f
7 changed files with 584 additions and 2 deletions

View File

@@ -7,12 +7,14 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^22.13.9",
"tsx": "^4.20.5",
"typescript": "^5.9.2"
},
"dependencies": {
"@hatchet-dev/typescript-sdk": "^1.15.2",
"better-sqlite3": "^12.6.2",
"graphql": "^16.13.1"
}
}