Generating an RPC Client with Effect RPC
How I generate RPC client (http) with the new effect rpc (generate from RpcGroups) ?
Basically old Resolver.toClient. At the end, I want a function that takes a request and return a Effect<response>
Basically old Resolver.toClient. At the end, I want a function that takes a request and return a Effect<response>
