astro/.changeset/spicy-turkeys-clean.md
William Tetlow 207f58d171
fix: alias astro to @types/astro (#3503)
* fix: alias astro to @types/astro

* fix: handle resolve.alias being array

* chore: add integrations patch to changeset

* chore: remove empty file
2022-06-02 12:54:35 -05:00

8 lines
201 B
Markdown

---
'astro': patch
'@astrojs/deno': patch
'@astrojs/netlify': patch
---
Alias `from 'astro'` imports to `'@astro/types'`
Update Deno and Netlify integrations to handle vite.resolves.alias as an array