Skip to content

Commit a5170a5

Browse files
authored
chore: pnpm onlyBuildDependencies for bcrypt on starter (#1065)
1 parent 3829633 commit a5170a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dashboard/starter-example/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,10 @@
2727
"@types/node": "22.10.7",
2828
"@types/react": "19.0.7",
2929
"@types/react-dom": "19.0.3"
30+
},
31+
"pnpm": {
32+
"onlyBuiltDependencies": [
33+
"bcrypt"
34+
]
3035
}
3136
}

0 commit comments

Comments
 (0)