207f58d171
* fix: alias astro to @types/astro * fix: handle resolve.alias being array * chore: add integrations patch to changeset * chore: remove empty file
8 lines
201 B
Markdown
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
|