chore: initialise pnpm workspace monorepo

This commit is contained in:
lila 2026-03-20 10:00:21 +01:00
parent 94f02b9904
commit 66848f282f
9 changed files with 278 additions and 1 deletions

View file

@ -8,7 +8,7 @@ Each phase produces a working, deployable increment. Nothing is built speculativ
**Goal**: Empty repo that builds, lints, and runs end-to-end.
**Done when**: `pnpm dev` starts both apps; `GET /api/health` returns 200; React renders a hello page.
- [ ] Initialise pnpm workspace monorepo: `apps/web`, `apps/api`, `packages/shared`, `packages/db`
- [x] Initialise pnpm workspace monorepo: `apps/web`, `apps/api`, `packages/shared`, `packages/db`
- [ ] Configure TypeScript project references across packages
- [ ] Set up ESLint + Prettier with shared configs in root
- [ ] Set up Vitest in `api` and `web`