mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 11:01:39 +03:00
refactor: add provider barrels and webhook grouping
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import type { RuntimeEnv } from "../runtime.js";
|
||||
import { startWebhook } from "../twilio/webhook.js";
|
||||
|
||||
// Thin wrapper to keep webhook server co-located with other webhook helpers.
|
||||
export { startWebhook };
|
||||
|
||||
export type WebhookServer = Awaited<ReturnType<typeof startWebhook>>;
|
||||
Reference in New Issue
Block a user