No badges yet
No topics yet
Module not found when deploying Hono Backend to Vercel
@kevin-he in your case is it a mono repo (using turbo)? My issue seems to come from using a mono repo with a src/server and packages/auth or packages/api, tsdown bundles the...
Module not found when deploying Hono Backend to Vercel
In addition to this, when i test hono in isolation using the tsdown build in docker instance, it works as expected. `docker run -it --rm -v $(pwd):/app node:22-bullseye node...
Module not found when deploying Hono Backend to Vercel
Yeah, I’m experiencing the same thing on my repo with similar structure. Prod build works locally, even when I ship the index.js file out of my projects working dir. The index.js...
No accepted solutions yet