mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
61d248e581
* feat: makes it so astro add does not set output server by default * chore: changeset
5 lines
239 B
Markdown
5 lines
239 B
Markdown
---
|
|
'astro': minor
|
|
---
|
|
|
|
`astro add` no longer automatically sets `output: 'server'`. Since the default value of output now allows for server-rendered pages, it no longer makes sense to default to full server builds when you add an adapter
|