No badges yet
No accepted solutions yet
Vercel Bun serverless functions crash with exit status 1 when using path aliases
I came across this: https://vercel.com/changelog/experimental-build-mode-hono-express The build mode that gets enabled by that environment variable seems to work fine with path...
Vercel Bun serverless functions crash with exit status 1 when using path aliases
Hey, thanks for taking a look. Sorry for the delayed response. As I mentioned in my post, it will work fine if I remove the path alias and replace them all with relative imports....
Vercel Bun serverless functions crash with exit status 1 when using path aliases
I have a simple REST API setup here: [GitHub - DarkstarXDD/hono-bun-on-vercel](https://github.com/DarkstarXDD/hono-bun-on-vercel) It’s basically the same setup as shown in the...