0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00
astro/.changeset/happy-boxes-collect.md
Emanuele Stoppa 0df81422a8
fix(container): breakdown files to avoid importing vite (#11327)
* fix(container): breakdown files to avoid importing `vite`

* chore: update imports inside tests

* restore code

* format
2024-06-26 13:16:07 +01:00

5 lines
152 B
Markdown

---
'astro': patch
---
Fixes an issue with the container APIs where a runtime error was thrown during the build, when using `pnpm` as package manager.