export const MainLive = SearchServiceLive.pipe(Layer.provide(LanguageLive)); export const appRouter = RpcRouter.make( Rpc.effect(Search, (request) => { // How do I use MainLive here? 🤷🏻 }) );
© 2026 Hedgehog Software, LLC