mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
223 B
223 B
@astrojs/vercel |
---|
patch |
Prevent race condition with Node 18
Using Node 18 there can be a race condition where polyfill for the crypto
global is not applied in time. This change ensures the polyfills run first.