fix: sharp issue

This commit is contained in:
Stefan Imhoff
2025-02-04 20:03:32 +01:00
parent 872f17b5f6
commit bd9e52d3e7
2 changed files with 15 additions and 267 deletions

View File

@@ -81,5 +81,15 @@
"tailwindcss-opentype": "^1.1.0",
"typescript": "^5.4.5",
"vite": "^5.2.11"
},
"pnpm": {
"supportedArchitectures": {
"libc": [
"musl"
]
},
"overrides": {
"sharp": "0.33.4"
}
}
}