Patch Changes
-
#2092
b974658
Thanks @tim-smart! - add rpc Router.provideService and .provideServiceEffectwith these apis you can provide context to a Rpc or Router to eliminate
requirements.import { Rpc, Router } from "@effect/rpc" Router.make( Rpc.effect(MyRequest, () => ...) ).pipe( Router.provideServiceEffect(Session, makeSessionEffect) )
-
Updated dependencies [
b974658
,29739dd
,b974658
,b974658
]:- @effect/rpc@0.27.2
- @effect/platform@0.44.2