refactor(makefile): rename backend → api, fold raw uvicorn target in
The old bare `api` target (uvicorn only) is subsumed into the new `api` target (db + postgres-wait + migrate + fuser-restart + uvicorn). Updated all doc references and cleaned up duplicate entries left by the rename. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8ec8b22c88
commit
ebf7c544f6
3 changed files with 9 additions and 21 deletions
|
|
@ -39,9 +39,7 @@ To restart the API:
|
|||
|
||||
```bash
|
||||
cd ~/the-custodian/state-hub
|
||||
make api # starts uvicorn on 127.0.0.1:8000
|
||||
# or, if postgres is not running:
|
||||
make backend # db + migrate + api (restarts if already running)
|
||||
make api # db + migrate + uvicorn (restarts if already running)
|
||||
```
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue