docs: add custom port instructions to README
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -129,6 +129,12 @@ npm start
|
|||||||
|
|
||||||
The server runs on `http://localhost:8080` by default.
|
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
|
### 3. Verify It's Working
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user