From 2064c83177636236b5163badbee9aa71cb24c755 Mon Sep 17 00:00:00 2001 From: kris1803 Date: Sat, 14 Dec 2024 00:39:27 +0100 Subject: [PATCH] Fixed console error for SettingsWIndow & Removed ts-nocheck where not needed --- app/commit.json | 2 +- app/components/settings/SettingsWindow.tsx | 2 +- app/lib/.server/llm/api-key.ts | 4 ---- pre-start.cjs | 1 + 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/app/commit.json b/app/commit.json index beebd2b..ff64112 100644 --- a/app/commit.json +++ b/app/commit.json @@ -1 +1 @@ -{ "commit": "55094392cf4c5bc607aff796680ad50236a4cf20" } +{ "commit": "9666b2ab67d25345542722ab9d870b36ad06252e" } diff --git a/app/components/settings/SettingsWindow.tsx b/app/components/settings/SettingsWindow.tsx index aae0a86..9fb615e 100644 --- a/app/components/settings/SettingsWindow.tsx +++ b/app/components/settings/SettingsWindow.tsx @@ -63,7 +63,7 @@ export const SettingsWindow = ({ open, onClose }: SettingsProps) => { variants={dialogBackdropVariants} /> - + ) { diff --git a/pre-start.cjs b/pre-start.cjs index e6b7001..841e3eb 100644 --- a/pre-start.cjs +++ b/pre-start.cjs @@ -7,4 +7,5 @@ console.log(` ★═══════════════════════════════════════★ `); console.log('📍 Current Commit Version:', commit); +console.log(' Please wait until the URL appears here') console.log('★═══════════════════════════════════════★'); \ No newline at end of file