fix: approve pnpm 11 build scripts and untrack .env files

Add pnpm.onlyBuiltDependencies to allow Prisma, esbuild, NestJS etc.
to run postinstall scripts. Remove .env and .env.local from .gitignore.

🤖 Generated with [Qoder][https://qoder.com]
This commit is contained in:
2026-06-08 17:01:57 +08:00
parent bbede5d164
commit 490118f3b5
2 changed files with 11 additions and 2 deletions

View File

@@ -26,5 +26,16 @@
"engines": {
"node": ">=22",
"pnpm": ">=11.0.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"@nestjs/core",
"@prisma/client",
"@prisma/engines",
"@scarf/scarf",
"esbuild",
"prisma",
"vue-demi"
]
}
}