0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-10 23:01:26 -05:00
astro/packages/integrations/vercel/src/shims.ts
2022-03-28 17:55:03 -03:00

5 lines
101 B
TypeScript

import { polyfill } from '@astrojs/webapi';
polyfill(globalThis, {
exclude: 'window document',
});