fix: bootstrap dashboard dependencies
This commit is contained in:
parent
b637455cad
commit
d2e7e206bc
3 changed files with 22 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue