chore: pnpm onlyBuildDependencies for bcrypt on starter (#1065)

This commit is contained in:
Joseph
2025-05-26 10:57:56 +02:00
committed by GitHub
parent 3829633600
commit a5170a538c

View File

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