@bunjavascript pleeeeaaaasssseeee
Begging @bunjavascript to expose the magic `.html` file handling to plugins.
I dream of importing `.marko` files like `.html`
```
import Homepage from "./home-page.marko";
Bun.serve({ routes: { "/": HomePage } });
```
I'm sure a lot of other frameworks would also!

