From 88b24b55e6be4249e22ad65079804f09edc3689e Mon Sep 17 00:00:00 2001 From: MotorTruck1221 Date: Wed, 2 Oct 2024 19:30:58 -0600 Subject: [PATCH] Libcurl doesn't include types --- src/pages/[lang]/index.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/[lang]/index.astro b/src/pages/[lang]/index.astro index f3c2a24..b88700f 100644 --- a/src/pages/[lang]/index.astro +++ b/src/pages/[lang]/index.astro @@ -44,6 +44,7 @@ const t = useTranslations(lang); import { initSw, setTransport } from "@utils/registerSW.ts"; //../../utils/registerSW.ts import { WispServerURLS, SearchEngines, Settings, cloak } from "@utils/settings"; import { search } from "@utils/search.ts"; //../../utils/search.ts + //@ts-expect-error No types, expected. See: https://github.com/ading2210/libcurl.js for docs on how to use. import { libcurl } from "libcurl.js-new/bundled"; type Suggestion = { phrase: string