Defining and Composing Type-Safe Handlers in `effect-http` Across Files
(
effect-http, not effect) The examples in effect-http all show defining a request handler inline with RouterBuilder. Is there a good, type-safe way to define the handler so that it can be included later, or a good way to compose routes that are in different files? It looks like this can be done with the Api interface, but I can't see how to do it with the actual handlers.