Closed
Description
What is the problem this feature would solve?
Bun now supports HMR for HTML imports, so i think the option to enable it should be added to Elysia
What is the feature you are proposing to solve the problem?
Adding the option to enable HMR
What alternatives have you considered?
Using Bun.serve
for HMR and adding app.fetch
to the fetch
option for route handling