Scope pnpm workspace to root package

Co-authored-by: Steven <styfle@users.noreply.github.com>
This commit is contained in:
Cursor Agent
2026-05-21 21:35:56 +00:00
parent 98123cd129
commit aef11452f3
3 changed files with 14 additions and 0 deletions

View File

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

View File

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

View File

@@ -1,3 +1,5 @@
packages:
- .
minimumReleaseAge: 2880
onlyBuiltDependencies:
- bcrypt