It would be great to add to Bun.serve HMR in developer mode like Webpack Dev Server does.
Pay attention HMR is not a page reload, but a replacement of the changed parts of the code it’s important for SPA apps.
About HMR:
https://webpack.js.org/concepts/hot-module-replacement/
https://en.parceljs.org/hmr.html
