From b5e9bdb1d56aa36d2b9ae8d8df0245fc57c103b0 Mon Sep 17 00:00:00 2001 From: MotorTruck1221 Date: Fri, 27 Sep 2024 01:38:27 -0600 Subject: [PATCH] Actually allow build --- src/pages/[lang]/index.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/[lang]/index.astro b/src/pages/[lang]/index.astro index de67b15..a8c9221 100644 --- a/src/pages/[lang]/index.astro +++ b/src/pages/[lang]/index.astro @@ -61,8 +61,8 @@ const t = useTranslations(lang); const input = document.getElementById("nebula-input") as HTMLInputElement; const iframe = document.getElementById("neb-iframe") as HTMLIFrameElement; const omnibox = document.getElementById("omnibox") as HTMLDivElement; - let epoxyClientOptions = null; - let epoxyClient = null; + let epoxyClientOptions: any = null; + let epoxyClient: any = null; input?.addEventListener("keypress", function (event: any) { if (event.key === "Enter") { initSw().then(() => {