mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
1f598b3724
* Adds crypto import to Vercel adapter * Update the 'crypto' import to 'node:crypto' * load polyfills before loading config * add changeset * load polyfills for `astro info`, `astro preferences` etc * update changeset * clarify impact --------- Co-authored-by: lilnasy <69170106+lilnasy@users.noreply.github.com>
5 lines
148 B
Markdown
5 lines
148 B
Markdown
---
|
|
"astro": patch
|
|
---
|
|
|
|
Fixes an issue where some astro commands failed if the astro config file or an integration used the global `crypto` object.
|