File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments