-
-
Notifications
You must be signed in to change notification settings - Fork 797
Closed
Labels
Description
Hey folks!
Similar to the Express and Next.js packages, do we want to have a native Astro integration package as part of the officially provided packages from Trigger.dev?
See the following resources for more context:
- The Astro integration package: https://github.com/lirantal/triggerdev-astro-integration
- An example Astro project built with the above integration package: https://github.com/lirantal/trigger.dev-astro-example
Of course, that would be amazing! Here's everything I can think of at the moment that would be nice to do to get astro support in (this isn't to say you should do these, just that they should be done at some point):
### Tasks
- [x] #354 Add astro adapter package to packages in the monorepo as @trigger.dev/astro
- [ ] https://github.com/triggerdotdev/examples/pull/5 Add example Astro project to the examples repo: https://github.com/triggerdotdev/examples
- [x] Add a Quick start guide to the Trigger.dev/docs
- [x] Add support for astro in @trigger.dev/cli init
matt-aitken