I’ve been using bun with NextJS 14 and it’s worked really well the last few months.<p>So well in fact that I forgot that the lack of stack traces was due to Bun. I forgot NextJS even gives you stack traces in the browser, it’s been that long.<p>I’m going to upgrade ASAP just for that feature.<p>I still have to run npm run build for nextjs to ensure it’ll work in Vercel because there are the occasional errors that were only caught during a deploy.
Thank you for bun! Makes it much easier to add small focused typescript tools to a production monorepo, because there’s no dance and shake to start developing. Phenomenal!