← back to Nineoh Guide

pnpm-workspace.yaml

10 lines

packages:
  - "apps/*"
  - "packages/*"
allowBuilds:
  sharp: true
# NOTE: nodeLinker stays ISOLATED (pnpm default). Hoisting collapses the two
# React versions (web=19, mobile=18.3.1) and breaks Next's build. Instead the
# mobile app lists the transitive deps Metro needs (e.g. @babel/runtime) as
# explicit dependencies so they land in apps/mobile/node_modules.