fix: update gateway watch runner

This commit is contained in:
Peter Steinberger
2026-01-18 17:55:50 +00:00
parent f16b0cf80d
commit 332a20d9cc
2 changed files with 54 additions and 1 deletions

View File

@@ -80,7 +80,7 @@
"ui:build": "node scripts/ui.js build",
"start": "tsx src/entry.ts",
"clawdbot": "tsx src/entry.ts",
"gateway:watch": "tsx watch src/entry.ts gateway --force",
"gateway:watch": "node scripts/gateway-watch.mjs gateway --force",
"gateway:dev": "CLAWDBOT_SKIP_CHANNELS=1 tsx src/entry.ts --dev gateway",
"gateway:dev:reset": "CLAWDBOT_SKIP_CHANNELS=1 tsx src/entry.ts --dev gateway --reset",
"tui": "tsx src/entry.ts tui",