Skip to content

Commit 3ebb4ca

Browse files
committed
dev: Correct instructions for AI to browse for local app development
1 parent 8851afa commit 3ebb4ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ Controlled by `CADDY_DEPLOYMENT_MODE` - defines **how Caddy operates**:
106106

107107
- **`development`**: Local development
108108
- HTTP only, self-signed internal CA certs
109-
- Next.js runs separately on host (`pnpm run dev`)
110-
- Custom ports based on slot offset
109+
- Next.js runs separately on host (`pnpm run dev`) at port 3000 (http://local.statbus.org:3000)
110+
- Slot-based ports (e.g., 3010) are for testing containerized production builds to catch advanced timing issues
111111
- PostgreSQL available on two separate ports (slot-based):
112112
- Port 3014 (offset 1): Plaintext (default, convenient for local psql and SSH tunnels)
113113
- Port 3015 (offset 1): TLS+SNI (for testing production-like connections with `TLS=1`)

0 commit comments

Comments
 (0)