mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-28 08:10:41 +00:00
feat: add gateway daemon runtime selector
This commit is contained in:
@@ -14,11 +14,11 @@ Last updated: 2025-12-09
|
||||
|
||||
## How to run (local)
|
||||
```bash
|
||||
pnpm clawdbot gateway --port 18789
|
||||
clawdbot gateway --port 18789
|
||||
# for full debug/trace logs in stdio:
|
||||
pnpm clawdbot gateway --port 18789 --verbose
|
||||
clawdbot gateway --port 18789 --verbose
|
||||
# if the port is busy, terminate listeners then start:
|
||||
pnpm clawdbot gateway --force
|
||||
clawdbot gateway --force
|
||||
# dev loop (auto-reload on TS changes):
|
||||
pnpm gateway:watch
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user