chore: configure vitest with project-based setup and coverage
This commit is contained in:
parent
ce42eb1811
commit
04acd4b580
13 changed files with 1193 additions and 12 deletions
|
|
@ -11,8 +11,8 @@ Each phase produces a working, deployable increment. Nothing is built speculativ
|
|||
|
||||
- [x] Initialise pnpm workspace monorepo: `apps/web`, `apps/api`, `packages/shared`, `packages/db`
|
||||
- [x] Configure TypeScript project references across packages
|
||||
- [ ] Set up ESLint + Prettier with shared configs in root
|
||||
- [ ] Set up Vitest in `api` and `web`
|
||||
- [x] Set up ESLint + Prettier with shared configs in root
|
||||
- [x] Set up Vitest in `api` and `web` and both packages
|
||||
- [ ] Scaffold Express app with `GET /api/health`
|
||||
- [ ] Scaffold Vite + React app with TanStack Router (single root route)
|
||||
- [ ] Configure Drizzle ORM + connection to local PostgreSQL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue