c746bc9ecbd9de0f00426dd11684411c2274ff23
Last build crashed with ERR_PNPM_LOCKFILE_CONFIG_MISMATCH on patchedDependencies — Nixpacks bundles pnpm 9.15.9 by default, but our lockfile is in pnpm 11's settings/patchedDependencies format. Adding the 'packageManager' field tells corepack-aware tooling (Nixpacks included) to install pnpm 11.1.2 in the build container, matching what we use locally. After this, 'pnpm i --frozen-lockfile' reads the same lockfile format the project was developed with and the patched dependency declaration lines up.
Description
No description provided
Languages
TypeScript
99.2%
CSS
0.7%