Files
core2026/pnpm-workspace.yaml
T
Hide_D a05f46130e 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.
2026-07-25 03:11:10 +00:00

21 lines
280 B
YAML

packages:
- 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