File tree Expand file tree Collapse file tree 4 files changed +7
-0
lines changed
Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -428,6 +428,10 @@ See the [syncEnvVars documentation](/config/extensions/syncEnvVars) for more inf
428428
429429See the [ puppeteer documentation] ( /config/extensions/puppeteer ) for more information.
430430
431+ #### lightpanda
432+
433+ See the [ Lightpanda documentation] ( /config/extensions/lightpanda ) for more information.
434+
431435#### ffmpeg
432436
433437See the [ ffmpeg documentation] ( /config/extensions/ffmpeg ) for more information.
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ Trigger.dev provides a set of built-in extensions that you can use to customize
5252| [ pythonExtension] ( /config/extensions/pythonExtension ) | Execute Python scripts in your project |
5353| [ playwright] ( /config/extensions/playwright ) | Use Playwright in your Trigger.dev tasks |
5454| [ puppeteer] ( /config/extensions/puppeteer ) | Use Puppeteer in your Trigger.dev tasks |
55+ | [ lightpanda] ( /config/extensions/lightpanda ) | Use Lightpanda in your Trigger.dev tasks |
5556| [ ffmpeg] ( /config/extensions/ffmpeg ) | Use FFmpeg in your Trigger.dev tasks |
5657| [ aptGet] ( /config/extensions/aptGet ) | Install system packages in your build image |
5758| [ additionalFiles] ( /config/extensions/additionalFiles ) | Copy additional files to your build image |
Original file line number Diff line number Diff line change 7878 " config/extensions/pythonExtension" ,
7979 " config/extensions/playwright" ,
8080 " config/extensions/puppeteer" ,
81+ " config/extensions/lightpanda" ,
8182 " config/extensions/ffmpeg" ,
8283 " config/extensions/aptGet" ,
8384 " config/extensions/additionalFiles" ,
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ We provide everything you need to build and manage background tasks: a CLI and S
9292| prismaExtension | Use Prisma with Trigger.dev | [ Learn more] ( /config/extensions/prismaExtension ) |
9393| pythonExtension | Execute Python scripts in Trigger.dev | [ Learn more] ( /config/extensions/pythonExtension ) |
9494| puppeteer | Use Puppeteer with Trigger.dev | [ Learn more] ( /config/extensions/puppeteer ) |
95+ | lightpanda | Use Lightpanda Browser with Trigger.dev | [ Learn more] ( /config/extensions/lightpanda ) |
9596| ffmpeg | Use FFmpeg with Trigger.dev | [ Learn more] ( /config/extensions/ffmpeg ) |
9697| aptGet | Install system packages with aptGet | [ Learn more] ( /config/extensions/aptGet ) |
9798| additionalFiles | Copy additional files to the build directory | [ Learn more] ( /config/extensions/additionalFiles ) |
You can’t perform that action at this time.
0 commit comments