mirror of
https://github.com/withastro/astro.git
synced 2025-02-10 22:38:53 -05:00
5 lines
163 B
JavaScript
5 lines
163 B
JavaScript
import { installWindowOnGlobal } from '@lit-labs/ssr/lib/dom-shim.js';
|
|
installWindowOnGlobal();
|
|
|
|
window.global = window;
|
|
document.getElementsByTagName = () => [];
|