@@ -88,20 +88,19 @@ We provide everything you need to build and manage background tasks: a CLI and S
8888
8989## Explore by build extension
9090
91- | Extension | What it does | Docs |
92- | :----------| :------------| :--------------|
93- | prismaExtension | Use Prisma with Trigger.dev | [ Learn more] ( /config/extensions/prismaExtension ) |
94- | pythonExtension | Execute Python scripts in Trigger.dev | [ Learn more] ( /config/extensions/pythonExtension ) |
95- | puppeteer | Use Puppeteer with Trigger.dev | [ Learn more] ( /config/extensions/puppeteer ) |
96- | lightpanda | Use Lightpanda Browser with Trigger.dev | [ Learn more] ( /config/extensions/lightpanda ) |
97- | ffmpeg | Use FFmpeg with Trigger.dev | [ Learn more] ( /config/extensions/ffmpeg ) |
98- | aptGet | Install system packages with aptGet | [ Learn more] ( /config/extensions/aptGet ) |
99- | additionalFiles | Copy additional files to the build directory | [ Learn more] ( /config/extensions/additionalFiles ) |
100- | additionalPackages | Include additional packages in the build | [ Learn more] ( /config/extensions/additionalPackages ) |
101- | syncEnvVars | Automatically sync environment variables to Trigger.dev | [ Learn more] ( /config/extensions/syncEnvVars ) |
102- | esbuildPlugin | Add existing or custom esbuild plugins to your build process | [ Learn more] ( /config/extensions/esbuildPlugin ) |
103- | emitDecoratorMetadata | Support for the emitDecoratorMetadata TypeScript compiler | [ Learn more] ( /config/extensions/emitDecoratorMetadata ) |
104- | audioWaveform | Support for Audio Waveform in your project | [ Learn more] ( /config/extensions/audioWaveform ) |
91+ | Extension | What it does | Docs |
92+ | :-------------------- | :----------------------------------------------------------- | :----------------------------------------------------- |
93+ | prismaExtension | Use Prisma with Trigger.dev | [ Learn more] ( /config/extensions/prismaExtension ) |
94+ | pythonExtension | Execute Python scripts in Trigger.dev | [ Learn more] ( /config/extensions/pythonExtension ) |
95+ | puppeteer | Use Puppeteer with Trigger.dev | [ Learn more] ( /config/extensions/puppeteer ) |
96+ | ffmpeg | Use FFmpeg with Trigger.dev | [ Learn more] ( /config/extensions/ffmpeg ) |
97+ | aptGet | Install system packages with aptGet | [ Learn more] ( /config/extensions/aptGet ) |
98+ | additionalFiles | Copy additional files to the build directory | [ Learn more] ( /config/extensions/additionalFiles ) |
99+ | additionalPackages | Include additional packages in the build | [ Learn more] ( /config/extensions/additionalPackages ) |
100+ | syncEnvVars | Automatically sync environment variables to Trigger.dev | [ Learn more] ( /config/extensions/syncEnvVars ) |
101+ | esbuildPlugin | Add existing or custom esbuild plugins to your build process | [ Learn more] ( /config/extensions/esbuildPlugin ) |
102+ | emitDecoratorMetadata | Support for the emitDecoratorMetadata TypeScript compiler | [ Learn more] ( /config/extensions/emitDecoratorMetadata ) |
103+ | audioWaveform | Support for Audio Waveform in your project | [ Learn more] ( /config/extensions/audioWaveform ) |
105104
106105## Getting help
107106
0 commit comments