### Clear and concise description of the problem Let's make sure route.get() in our web.ts sets this static object  ### Suggested solution - [ ] ensure `route.get()` makes use of Bun.serve's static object - [ ] add `route.view()` support where it targets the html file ### Alternative _No response_ ### Additional context _No response_ ### Validations - [x] Follow our [Code of Conduct](https://github.com/stacksjs/.github/blob/main/CODE_OF_CONDUCT.md) - [x] Read the [Contributing Guide](https://github.com/stacksjs/contributing) - [x] Check that there isn't already an issue that requests the same feature (to avoid creating a duplicate)
Clear and concise description of the problem
Let's make sure route.get() in our web.ts sets this static object
Suggested solution
route.get()makes use of Bun.serve's static objectroute.view()support where it targets the html fileAlternative
No response
Additional context
No response
Validations