Files
cozsweet-frontend-nextjs/pnpm-workspace.yaml
T
admin 5f3a343bb1 chore: allow pnpm builds for sharp and unrs-resolver
Add allowBuilds configuration for sharp and unrs-resolver packages
to permit their postinstall scripts to run, and ignore the local
.pnpm-store directory.
2026-06-10 17:28:47 +08:00

7 lines
103 B
YAML

allowBuilds:
sharp: true
unrs-resolver: true
ignoredBuiltDependencies:
- sharp
- unrs-resolver