Files
triggerdotdev--trigger.dev/docs
Eric Allam a7c0e8b740 docs(webhooks): fix typed-source example, idempotency fallback, and url-secret warning
The typed-event example now passes webhooks.stripe<Stripe.Event>() to webhook()
so it actually demonstrates typed access to event. The verification section no
longer claims every idempotency key comes from a provider event id (it documents
the raw-body/timestamp/signature fallback), and adds a warning that url-secret
exposes the secret in the URL.
2026-08-16 19:35:32 +01:00
..

Development

Install and initial setup

pnpm install

Running the app

pnpm run dev --filter docs

View the app locally

It runs locally here: http://localhost:3050