chore: add sharp to pnpm built dependencies (#1066)

This commit is contained in:
Joseph
2025-05-26 19:47:07 +02:00
committed by GitHub
parent a5170a538c
commit 1041eeac0e
2 changed files with 4 additions and 2 deletions

View File

@@ -30,7 +30,8 @@
},
"pnpm": {
"onlyBuiltDependencies": [
"bcrypt"
"bcrypt",
"sharp"
]
}
}

View File

@@ -30,7 +30,8 @@
},
"pnpm": {
"onlyBuiltDependencies": [
"bcrypt"
"bcrypt",
"sharp"
]
}
}