mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
1c54e63327
* 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>
7 lines
326 B
Markdown
7 lines
326 B
Markdown
---
|
|
'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.
|