0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-10 22:38:53 -05:00
astro/.changeset/afraid-apricots-develop.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
326 B
Markdown
Raw Normal View History

---
'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.