Pnpm monorepo deployment as functions

How to deploy a Hono api from a pnpm monorepo as Vercel functions?

  • packages/api depends on pacakges/core
  • Vercel keeps saying “No entrypoint found which imports hono”
  • Now pnpm tries to fetch workspace deps from npm registry
  • Deploy from root or packages/api?

Been at it for 3 days. :enraged_face: :face_with_symbols_on_mouth: