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