Actually allow build

This commit is contained in:
MotorTruck1221 2024-09-27 01:38:27 -06:00
parent 68b1b4c2e2
commit b5e9bdb1d5
No known key found for this signature in database
GPG key ID: 08F417E2B8B61EA4

View file

@ -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(() => {