mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -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>
148 B
148 B
astro |
---|
patch |
Fixes an issue where some astro commands failed if the astro config file or an integration used the global crypto
object.