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:
+17
-8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user