Using package.json/node_modules in Edge Functions for monorepo support
The user has migrated their code to a monorepo and is using pnpm workspaces to sync dependency versions. They are facing issues with Deno edge functions not accessing local packages via package.json and node_modules. The user is seeking a way to integrate these tools for better monorepo support in Edge Functions.