0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
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

122 B

astro
major

Remove proload to load the Astro config. It will now use NodeJS and Vite to load the config only.