mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-11 09:51:47 +00:00
chore: pnpm onlyBuildDependencies for bcrypt on starter (#1065)
This commit is contained in:
@@ -27,5 +27,10 @@
|
||||
"@types/node": "22.10.7",
|
||||
"@types/react": "19.0.7",
|
||||
"@types/react-dom": "19.0.3"
|
||||
},
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
"bcrypt"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user