How To: Sync Your Monorepos
Intro
The Problem
The Rule Setup
Example Rule
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
We have three inter-related projects in ~/Repos:
warp-internal (client-side application)
warp-server (server application)
warp-proto-apis (shared API schemas for each)
When you update the schema types, push to git and update the installed types in the server and client by the commit hash.