chore(cli): Pass through webhook configuration in dev server (#6557)

This commit is contained in:
William FH
2025-12-09 07:05:15 -08:00
committed by GitHub
parent 2f1a16006a
commit 6c6978918e
6 changed files with 538 additions and 87 deletions
+1
View File
@@ -760,6 +760,7 @@ def dev(
http=config_json.get("http"),
ui=config_json.get("ui"),
ui_config=config_json.get("ui_config"),
webhooks=config_json.get("webhooks"),
studio_url=studio_url,
allow_blocking=allow_blocking,
tunnel=tunnel,