[2ff88f42] Full End-to-End integration: Webhooks, Auto-Enrichment, Notion-Sync, UI updates and new Connector Architecture
This commit is contained in:
6
connector-superoffice/start.sh
Normal file
6
connector-superoffice/start.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Start Worker in background
|
||||
python worker.py &
|
||||
|
||||
# Start Webhook Server in foreground
|
||||
uvicorn webhook_app:app --host 0.0.0.0 --port 8000
|
||||
Reference in New Issue
Block a user