diff --git a/package.json b/package.json index 7e6ee3c..7d744d4 100644 --- a/package.json +++ b/package.json @@ -28,5 +28,11 @@ "eslint-config-next": "16.1.6", "tailwindcss": "^4", "typescript": "^5" + }, + "pnpm": { + "onlyBuiltDependencies": [ + "sharp", + "unrs-resolver" + ] } }