docs: add custom port instructions to README

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Badri Narayanan S
2026-01-10 01:13:56 +05:30
parent e0e72ec5d2
commit ce2cb72563

View File

@@ -129,6 +129,12 @@ npm start
The server runs on `http://localhost:8080` by default.
To use a custom port:
```bash
PORT=3001 antigravity-claude-proxy start
```
### 3. Verify It's Working
```bash