e81bc3cf14
* Prevent the server plugin from running during the build * Adds a changeset * More all before blocks to inside of a describe()
228 B
228 B
astro |
---|
patch |
Fixes build slowness on large apps
This fixes slowness on large apps, particularly during the static build. Fix is to prevent the Vite dev server plugin from being run during build, as it is not needed.