diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 273b0a2..f040204 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -6,7 +6,7 @@ import gitLogo from "@icons/git-logo.svg?raw";

Brought to you by:

outfoxxed - Lead Developer - Xanazf - Website Developer / Designer + Xanazf - Website Developer / Designer and our contributors diff --git a/src/config/io/generateTypeData.ts b/src/config/io/generateTypeData.ts index 240150e..8d2cf0f 100644 --- a/src/config/io/generateTypeData.ts +++ b/src/config/io/generateTypeData.ts @@ -33,8 +33,10 @@ async function readSubdir(subdir: string): Promise { async function generateTypeData(): Promise { const mainDir = import.meta.env.SECRET_MODULES_PATH; - if (!mainDir || mainDir == "") { - throw new Error("Cannot generate types, missing SECRET_MODULES_PATH"); + if (!mainDir || mainDir === "") { + throw new Error( + "Cannot generate types, missing SECRET_MODULES_PATH" + ); } const subdirs = await fs.readdir(mainDir, {