Fix pnpm workspace install settings

Co-authored-by: Steven <styfle@users.noreply.github.com>
This commit is contained in:
Cursor Agent
2026-05-21 21:22:07 +00:00
parent d2e5eb6186
commit 98123cd129
5 changed files with 22 additions and 12 deletions

View File

@@ -27,11 +27,5 @@
"@types/node": "22.10.7",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"bcrypt",
"sharp"
]
}
}