chore(deps): local extra installs ../beaver-gateway editable, prod extra from git

This commit is contained in:
hh
2026-08-28 02:16:43 +02:00
parent 62b8b1c14b
commit ef5adf231a
4 changed files with 145 additions and 15 deletions
+7
View File
@@ -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