mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
a7967530df
* [ci] collect stats * [ci] update lockfile (#2388) Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> * Fixes for blog and docs examples (#2373) * Fixes for blog and docs examples * Adds a changeset * Upgrade the compiler version * Use a global style tag * Skip on windows temporarily * [ci] yarn format * Fixes Lit support in the static build * Adds a changeset * test * Upgrade lit-labs/ssr * Conditional * Testing again * remove debugging code * changeset Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
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 = () => [];
|