hono
hono copied to clipboard
Add build/deploy section for node and bun in docs
What is the feature you are proposing?
Currently docs for node and bun are missing build and deploy sections. Need detailed instructions on this in docs. Assuming app will be running behind reverse proxy (like nginx) as pure node/bun script on host os (via pm2) or in docker container.
- How to compile production bundle?
- How to run this bundle?
- Additional use case to cover: when app is developed on node (starter template has node adapter), but will run on bun in production
This topic is more suitable for https://github.com/honojs/website
Right. Probably should be transferred there