mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 09:37:53 +00:00
fix: removed bad error handling structure, using good error handling like video-to-audio route with tmp files
This commit is contained in:
parent
6bca341d50
commit
1a63971fff
3 changed files with 45 additions and 1536 deletions
|
|
@ -14,15 +14,13 @@
|
|||
"dependencies": {
|
||||
"@fastify/cors": "^10.0.2",
|
||||
"@fastify/multipart": "^9.0.3",
|
||||
"@imgly/background-removal-node": "^1.4.3",
|
||||
"dotenv": "^16.4.7",
|
||||
"fastify": "^5.2.1",
|
||||
"fastify-cors": "^6.0.3",
|
||||
"fastify-multipart": "^5.3.1",
|
||||
"libreoffice-convert": "^1.6.0",
|
||||
"luxon": "^3.5.0",
|
||||
"qrcode": "^1.5.4",
|
||||
"sharp": "^0.33.5"
|
||||
"qrcode": "^1.5.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/luxon": "^3.4.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue