Defining RPC Handlers with Effect Typescript Library
Is there a current way, or plans to add, a way to define RPC handlers like you do HTTP handlers w/
HttpApiBuilder.handler(apiSchema, 'group', 'fn', (params) => Effect.gen(...))