# Flat, hoisted node_modules (npm/yarn-like) so the migration is a drop-in and # transitive packages imported directly (e.g. flatpickr via vue-flatpickr-component) # keep resolving. pnpm 11 reads these here, not from .npmrc. nodeLinker: hoisted # Build-script allow-listing (replaces package.json "pnpm.onlyBuiltDependencies"). # vue-demi needs its postinstall to select the Vue 3 entry; it is a trusted Vue-core shim. allowBuilds: vue-demi: true # Replaces the dead package.json "resolutions" field (npm/pnpm read "overrides"). overrides: brace-expansion: ^5.0.6 postcss: ^8.5.10