Trying to use keyv and @keyv/mongo works with npm (duh), pnpm, but not if the project is a pnpm workspace. The error is "Error: Cannot find module '@keyv/mongo'".
Repro repo at https://github.com/dandv/pnpm-monorepo-keyv
Any idea what might cause this?