import type { WebRpc } from "@website/common/webrpc" import { Layer } from "effect" import * as WebRpcTestLive from "./WebRpcTestLive" export const WebRpcLive = Layer.mergeAll( WebRpcTestLive.WebRpcTestLive, ) satisfies ReturnType export * as WebRpcTestLive from "./WebRpcTestLive"