Integrating @effect/rpc with Next.js Using Catch-All Routes

Is there a way I can use @effect/rpc in a Next.js project? Next.js has catch all routes which there might be a way to forward them to the RPC router.
Was this page helpful?