chore: add gateway:watch

This commit is contained in:
Peter Steinberger
2025-12-25 18:44:23 +00:00
parent 42eb7640f9
commit c9c7354009
3 changed files with 6 additions and 0 deletions

View File

@@ -67,6 +67,9 @@ pnpm clawdis login
# Start the gateway
pnpm clawdis gateway --port 18789 --verbose
# Dev loop (auto-reload on TS changes)
pnpm gateway:watch
# Send a message
pnpm clawdis send --to +1234567890 --message "Hello from Clawdis"