fix: bootstrap dashboard dependencies

This commit is contained in:
2026-05-17 20:55:05 +02:00
parent b637455cad
commit d2e7e206bc
3 changed files with 22 additions and 5 deletions

View File

@@ -45,11 +45,13 @@ make test
make api
make mcp-http
make dashboard
make dashboard-check
```
When API routers, models, migrations, or consistency logic change, run the
relevant tests before closing the session. Prefer `make test` when the database
test prerequisites are available.
test prerequisites are available. `make test` includes an Observable dashboard
build smoke check so dashboard startup regressions are not missed.
## Workplans