Hono Scalar failed with Vercel serverless function
I use @scalar/hono-api-reference to show an Api documentation and my stack use vercel with
api
directory.
When I use vercel dev
or in production mode, I have this error
I search a solution about this, if someone can help me 🙂 .1 Reply
i have same problem before but in nodejs i solved it by add
"type": "module"
in package.json