18 lines
557 B
YAML
18 lines
557 B
YAML
packages:
|
|
- "apps/*"
|
|
- "packages/*"
|
|
- "e2e"
|
|
|
|
# pnpm 11 blocks postinstall scripts by default for security. We explicitly
|
|
# approve only the packages that genuinely need them:
|
|
# - @prisma/client / @prisma/engines / prisma: generate the Prisma client
|
|
# and download the matching query engine binary.
|
|
# - esbuild: prebuilt native binary; used transitively by tsx.
|
|
# - sharp: prebuilt native binary; used by Next.js image optimization.
|
|
allowBuilds:
|
|
'@prisma/client': true
|
|
'@prisma/engines': true
|
|
esbuild: true
|
|
prisma: true
|
|
sharp: true
|