7f74326b76
* Revert "Fix: stop executing `astro:server:setup` twice (#6693)"
This reverts commit c0b7864a41
.
* fix: delay `astro:server:setup` to `configureServer`
* test: middleware from astro:server:setup
* chore: lock
* chore: changeset
* chore: remove minimal example change
* chore: revert minimal env change
5 lines
137 B
Markdown
5 lines
137 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Fix `astro:server:setup` middlewares not applying. This resolves an issue with the Partytown integration in dev.
|