Hi! Trying to write a dynamic provider in Typescr...
# general
s
Hi! Trying to write a dynamic provider in Typescript in a Rush monorepo (using PNPM as the package manager), hitting
Cannot find module '.pnpm/...'
errors. Seems like this isn't documented but is a known issue (found here in Pulumi Slack and here in PNPM Discord). Anyone have any experience here / workarounds? Or can I just not use anything involving function serialization in my monorepo?