chore: update pnpm workspace configuration

- Added allowBuilds for specific packages: '@prisma/engines', esbuild, prisma, and sharp.
- Included minimumReleaseAgeExclude for eslint@10.8.0.
- Reformatted the packages and onlyBuiltDependencies sections for consistency.
This commit is contained in:
2026-07-25 03:11:10 +00:00
parent 14da014a6f
commit a05f46130e
3 changed files with 1569 additions and 528 deletions
+17 -8
View File
@@ -1,11 +1,20 @@
packages:
- packages/*
- app/*
- tools/*
- packages/*
- app/*
- tools/*
allowBuilds:
'@prisma/engines': true
esbuild: true
prisma: true
sharp: true
minimumReleaseAgeExclude:
- eslint@10.8.0
onlyBuiltDependencies:
- '@prisma/client'
- '@prisma/engines'
- esbuild
- prisma
- vue-demi
- '@prisma/client'
- '@prisma/engines'
- esbuild
- prisma
- vue-demi