astro/.changeset/calm-peas-doubt.md
Bjorn Lu 49ab4f231c
Remove proload for config loading (#5778)
* Refactor resolve and load config

* Add changeset

* Update name

* Remove unnecessary node_env handling

* Fix test

* Update comment
2023-01-06 12:49:18 -05:00

5 lines
122 B
Markdown

---
'astro': major
---
Remove proload to load the Astro config. It will now use NodeJS and Vite to load the config only.