feat: add gateway daemon runtime selector

This commit is contained in:
Peter Steinberger
2026-01-06 23:27:58 +01:00
parent 18c43fe462
commit 707f7918bc
17 changed files with 191 additions and 23 deletions

View File

@@ -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
```