updating docs

This commit is contained in:
lila 2026-04-19 18:48:20 +02:00
parent ef5c49f7cf
commit d033a08d87
2 changed files with 26 additions and 18 deletions

View file

@ -18,7 +18,7 @@ Each phase produces a working increment. Nothing is built speculatively.
- [x] Configure Drizzle ORM + connection to local PostgreSQL
- [x] Write first migration (empty — validates the pipeline works)
- [x] `docker-compose.yml` for local dev: `api`, `web`, `postgres`, `valkey`
- [x] `.env.example` files for `apps/api` and `apps/web`
- [x] Root `.env.example` for local dev (`docker-compose.yml` + API)
---