pnpm-workspace.yaml 370 B

123456789101112131415
  1. packages:
  2. - 'ui'
  3. # Native/build-time packages that are allowed to run lifecycle scripts during
  4. # pnpm install. Keeping this at the workspace root makes Docker/CI installs
  5. # deterministic and prevents ERR_PNPM_IGNORED_BUILDS failures.
  6. onlyBuiltDependencies:
  7. - bcrypt
  8. - better-sqlite3
  9. - esbuild
  10. - node-pty
  11. - protobufjs
  12. - sharp
  13. - sqlite3
  14. - unrs-resolver