No badges yet
No accepted solutions yet
Configure Vercel to treat a compiled index.js as a serverless function
Hey Anshuman, thanks for the reply! Sorry for the lack of information. I made a minimal example repo to reproduce the issue: https://github.com/Davi-ldc/vercel-exemple If you try...
Configure Vercel to treat a compiled index.js as a serverless function
I'm working on a monorepo with the following setup: * `index.ts` (using the Hono framework with `hono/vercel`) is compiled using `tsup` into `dist/functions/index.js` * Static...