Trouble with Vite and Rollup resolving nested dependencies in pnpm setup

I've been in react-native land for so long I don't know how to use web tools correctly anymore lol. Trying to build a lib with vite and it keeps failing because of nested deps in pnpm -- I'm sure there's a simple config to make rollup/vite play nice with effect, I just don't know what it is: [vite]: Rollup failed to resolve import "fast-check" from "/Users/imagio/dev/ts/synchrotron/packages/sync-core/node_modules/effect/dist/esm/FastCheck.js".
Was this page helpful?