oRPC Monorepo Setup

Installation
SKILL.md

Monorepo Setup

This guide shows how to efficiently set up a monorepo with oRPC while maintaining end-to-end type safety.

See the Multiservice Monorepo Playground for a sample.

TypeScript Project References

Some parts of the client may end up typed as any because the client doesn't have access to all types. Use TypeScript Project References.

Client tsconfig:

Related skills
Installs
First Seen