mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
fix(api): 🎨 Do wizardry on qs middleware to also work on multipart formData
This commit is contained in:
parent
2acd281c76
commit
a9629b825b
4 changed files with 71 additions and 24 deletions
|
|
@ -74,6 +74,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^1.7.0",
|
||||
"@types/cli-progress": "^3.11.5",
|
||||
"@types/cli-table": "^0.3.4",
|
||||
"@types/html-to-text": "^9.0.4",
|
||||
"@types/ioredis": "^5.0.0",
|
||||
|
|
@ -81,12 +82,12 @@
|
|||
"@types/markdown-it-container": "^2.0.10",
|
||||
"@types/mime-types": "^2.1.4",
|
||||
"@types/pg": "^8.11.5",
|
||||
"@types/qs": "^6.9.15",
|
||||
"bun-types": "latest",
|
||||
"drizzle-kit": "^0.20.14",
|
||||
"oclif": "^4.10.4",
|
||||
"ts-prune": "^0.10.3",
|
||||
"typescript": "latest",
|
||||
"@types/cli-progress": "^3.11.5",
|
||||
"oclif": "^4.10.4"
|
||||
"typescript": "latest"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.3.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue