Add in support for shortening links.
This commit is contained in:
parent
a2140625d4
commit
d522eaadb2
6 changed files with 1062 additions and 25 deletions
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue