mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
22b1432e3e
* Fix type of `integrations` in config As per [docs](https://docs.astro.build/en/reference/integrations-reference/#combining-plugins), an integration can return an array of `AstroIntegration` objects to support bundling a collection of integrations as a preset. This change reflects that usages in the typing for the user config object. * Add changeset
5 lines
74 B
Markdown
5 lines
74 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Fix typing of `integrations` array in user config
|