chore(deps): local extra installs ../beaver-gateway editable, prod extra from git
This commit is contained in:
@@ -103,6 +103,13 @@ docker compose up -d
|
||||
|
||||
Set `PUBLIC_BASE_URL=https://<DOMAIN>` in beaver-agent's `.env`. For per-subdomain layout, rewrite the Caddyfile and pass full `public_base_url=...` per frontend in `config.py`.
|
||||
|
||||
## Editing config.py on the mac
|
||||
|
||||
`make sync` installs `../beaver-gateway` editable (extra `local`), so
|
||||
imports in `config.py` resolve against the checkout you are working on;
|
||||
`uv sync --extra prod` pulls the gateway from git instead. Neither is used
|
||||
by the image - the container builds the gateway itself.
|
||||
|
||||
## Useful commands
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user