Abstracted routes but with context and types
I know there's some discussion of abstracted routes under https://hono.dev/docs/guides/best-practices. But there's no example which preserves the types from the context or middleware.
How should I construct
How should I construct
hello.ts so that the subroutes all have access to db in the context?