We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60138c3 commit 3790f99Copy full SHA for 3790f99
package.json
@@ -156,6 +156,20 @@
156
"prisma": {
157
"seed": "npx tsx prisma/seed/index.ts"
158
},
159
+ "pnpm": {
160
+ "onlyBuiltDependencies": [
161
+ "@fortawesome/fontawesome-common-types",
162
+ "@fortawesome/fontawesome-svg-core",
163
+ "@prisma/client",
164
+ "@prisma/engines",
165
+ "bcrypt",
166
+ "core-js",
167
+ "core-js-pure",
168
+ "esbuild",
169
+ "prisma",
170
+ "sharp"
171
+ ]
172
+ },
173
"repository": {
174
"type": "git",
175
"url": "git+https://github.com/bearstudio/start-ui-web.git"
0 commit comments