0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00
astro/.changeset/afraid-apricots-develop.md
Emanuele Stoppa 1c54e63327
feat: add sync variant (#11729)
* feat: add `sync` variant

* fix build

* Update .changeset/afraid-apricots-develop.md

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>

---------

Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-08-28 12:16:06 +01:00

326 B

astro
minor

Adds a new variant sync for the astro:config:setup hook's command property. This value is set when calling the command astro sync.

If your integration previously relied on knowing how many variants existed for the command property, you must update your logic to account for this new option.