mirror of
https://github.com/suitenumerique/messages.git
synced 2026-08-17 21:25:41 +02:00
The pnpm-style layout bakes install-local .store/<hash> paths into the native project files committed by cap sync, and the named node_modules volume masked the host tree — breaking the IDE and the Gradle/Xcode builds that resolve Capacitor plugins through relative paths into src/frontend/node_modules. Back to the hoisted layout installed in the bind mount, with the bootstrap check updated accordingly.