Add in support for shortening links.

This commit is contained in:
Cameron Redmore 2025-02-15 13:10:26 +00:00
parent a2140625d4
commit d522eaadb2
6 changed files with 1062 additions and 25 deletions

View file

@ -16,12 +16,14 @@
"fastify": "^5.2.1",
"mime-types": "^2.1.35",
"sanitize-filename": "^1.6.3",
"sharp": "^0.33.5"
"sharp": "^0.33.5",
"sqlite3": "^5.1.7"
},
"type": "module",
"pnpm": {
"onlyBuiltDependencies": [
"sharp"
"sharp",
"sqlite3"
]
}
}