refactor: improve error handling and logging in various components; update TypeScript version

This commit is contained in:
2026-06-03 17:38:23 +02:00
parent ebe5fc13c4
commit e57b14ef17
16 changed files with 54 additions and 75 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
"@types/node": "^20.10.6",
"@types/better-sqlite3": "^7.6.11",
"@types/pg": "^8.10.2",
"typescript": "^5.3.3",
"typescript": "5.5.4",
"ts-node-dev": "^2.0.0"
}
}