update env vars

This commit is contained in:
2026-03-16 23:33:26 -05:00
parent 6696d7e630
commit c63f3b0e20
2 changed files with 9 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ A production-ready Turborepo starter with Next.js, Expo, and self-hosted Convex
#### 1. Clone & Install
```bash
git clone <your-repo-url>
git clone https://git.gbrown.org/gib/convex-monorepo
cd convex-monorepo
bun install
```