makeEffectORPC creates an Effect-aware oRPC builder.
import.ts
With a Layer
Pass aLayer directly when per-call acquisition is acceptable.
layer.ts
makeEffectORPC().provide(AppLive) or eos.provide(AppLive).
With a ManagedRuntime
managed-runtime.ts
With an existing builder
existing-builder.ts
With defaults
default.ts
eos.