feat: sqlite thumbnail storage

This commit is contained in:
midzelis
2026-01-27 03:46:27 +00:00
parent 1436e2a75f
commit f068ca9911
33 changed files with 1344 additions and 55 deletions
+2
View File
@@ -61,6 +61,7 @@
"archiver": "^7.0.0",
"async-lock": "^1.4.0",
"bcrypt": "^6.0.0",
"better-sqlite3": "^12.6.2",
"body-parser": "^2.2.0",
"bullmq": "^5.51.0",
"chokidar": "^4.0.3",
@@ -124,6 +125,7 @@
"@types/archiver": "^7.0.0",
"@types/async-lock": "^1.4.2",
"@types/bcrypt": "^6.0.0",
"@types/better-sqlite3": "^7.6.13",
"@types/body-parser": "^1.19.6",
"@types/compression": "^1.7.5",
"@types/cookie-parser": "^1.4.8",