File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,13 @@ import CardSupabase from "/snippets/card-supabase.mdx";
24
24
25
25
Get set up fast using our detailed walk-through guides.
26
26
27
- | Guide | Description |
28
- | :---------------------------------------------------- | :------------------------------------------------------------------------------- |
29
- | [ Prisma] ( /guides/frameworks/prisma ) | This guide will show you how to setup Prisma with Trigger.dev |
30
- | [ Sequin database triggers] ( /guides/frameworks/sequin ) | This guide will show you how to trigger tasks from database changes using Sequin |
27
+ | Guide | Description |
28
+ | :------------------------------------------------------------------------------------------ | :------------------------------------------------------------ |
29
+ | [ Prisma] ( /guides/frameworks/prisma ) | How to setup Prisma with Trigger.dev |
30
+ | [ Sequin database triggers] ( /guides/frameworks/sequin ) | How to trigger tasks from database changes using Sequin |
31
+ | [ Supabase edge function hello world] ( /guides/frameworks/supabase-edge-function-hello-world ) | How to trigger a task from a Supabase edge function |
32
+ | [ Supabase database webhooks] ( /guides/frameworks/supabase-database-webhooks ) | How to trigger a task using a Supabase database webhook |
33
+ | [ Webhooks] ( /guides/frameworks/webhooks ) | How to setup webhooks with Trigger.dev and various frameworks |
31
34
32
35
## Example tasks
33
36
You can’t perform that action at this time.
0 commit comments