chore: add onlyBuiltDependencies field to package.json for sharp

This commit is contained in:
Ben Allfree 2025-07-17 20:51:45 -07:00
parent 1e02cb466a
commit 01d63a7252

View File

@ -30,6 +30,9 @@
"@sveltejs/enhanced-img": "patches/@sveltejs__enhanced-img.patch",
"tail": "patches/tail.patch",
"@types/tail": "patches/@types__tail.patch"
}
},
"onlyBuiltDependencies": [
"sharp"
]
}
}