create-astro@5.2.2
📦 astroView on GitHub →
✨ 1 features🐛 1 fixes🔧 1 symbols
Summary
This patch fixes proxy support in create-astro by respecting environment variables and automatically enabling proxy usage on newer Node.js versions.
✨ New Features
- create-astro now automatically enables the --use-env-proxy flag on Node.js v22.21.0+ and v24.5.0+ to route native fetch() requests through configured proxies.
🐛 Bug Fixes
- Fixed proxy support in create-astro by respecting HTTP_PROXY and HTTPS_PROXY environment variables when downloading templates.