Skip to content

Commit 457994d

Browse files
committed
Adds “Explore by build extension” to the intro page
1 parent 7b10d0b commit 457994d

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

docs/introduction.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,21 @@ We provide everything you need to build and manage background tasks: a CLI and S
8585
<Card title="Firecrawl" img="/images/intro-firecrawl.jpg" href="/guides/examples/firecrawl-url-crawl"/>
8686
</CardGroup>
8787

88+
## Explore by build extension
89+
90+
| Extension | What it does | Docs |
91+
|:----------|:------------|:--------------|
92+
| prismaExtension | Use Prisma with Trigger.dev | [Learn more](/config/extensions/prismaExtension) |
93+
| pythonExtension | Execute Python scripts in Trigger.dev | [Learn more](/config/extensions/pythonExtension) |
94+
| puppeteer | Use Puppeteer with Trigger.dev | [Learn more](/config/extensions/puppeteer) |
95+
| ffmpeg | Use FFmpeg with Trigger.dev | [Learn more](/config/extensions/ffmpeg) |
96+
| aptGet | Install system packages with aptGet | [Learn more](/config/extensions/aptGet) |
97+
| additionalFiles | Copy additional files to the build directory | [Learn more](/config/extensions/additionalFiles) |
98+
| additionalPackages | Include additional packages in the build | [Learn more](/config/extensions/additionalPackages) |
99+
| syncEnvVars | Automatically sync environment variables to Trigger.dev | [Learn more](/config/extensions/syncEnvVars) |
100+
| esbuildPlugin | Add existing or custom esbuild plugins to your build process | [Learn more](/config/extensions/esbuildPlugin) |
101+
| emitDecoratorMetadata | Support for the emitDecoratorMetadata TypeScript compiler | [Learn more](/config/extensions/emitDecoratorMetadata) |
102+
| audioWaveform | Support for Audio Waveform in your project | [Learn more](/config/extensions/audioWaveform) |
88103

89104
## Getting help
90105

0 commit comments

Comments
 (0)