feat(dev): add make ports and make open commands (#36906)

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Evan Rusackas
2026-01-06 10:52:00 -08:00
committed by GitHub
parent f9fde87e85
commit 1949d1bb96
3 changed files with 72 additions and 13 deletions

View File

@@ -164,6 +164,8 @@ Available commands (run from repo root):
| `make down` | Stop all services |
| `make ps` | Show running containers |
| `make logs` | Follow container logs |
| `make ports` | Show assigned URLs and ports |
| `make open` | Open browser to dev server |
| `make nuke` | Stop, remove volumes & local images |
From a subdirectory, use: `make -C $(git rev-parse --show-toplevel) up`