Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/openstatusHQ/openstatus. 馃珫 Status page with uptime monitoring & API monitoring as code 馃珫 openstatus.dev
bun drizzle-orm monitoring monitoring-as-code nextjs observability on-call open-source shadcn-ui status-page statuspage synthetic-monitoring tinybird turso uptime uptime-checker uptime-monitor
Something went wrong. Try again.
253 B 路 4 lines
TypeScript
12345// Client-safe entrypoint: re-exports only pure helpers that do not// transitively load server-only modules (env vars, Resend, DB, etc).export { detectWebhookFlavor } from "./channels/webhook";export type { WebhookFlavor } from "./channels/webhook";