Recommended way to register routes across files
What's the recommended way to register routes across files? I like to have 1 handler per file, and right now I do this:
Which works fine for path variables typings and such, but I lose all Hono typings. Should I create a factory for each route instead?
Which works fine for path variables typings and such, but I lose all Hono typings. Should I create a factory for each route instead?