Skip to content

Commit 2064c83

Browse files
committed
Fixed console error for SettingsWIndow & Removed ts-nocheck where not needed
1 parent 9666b2a commit 2064c83

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

app/commit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "commit": "55094392cf4c5bc607aff796680ad50236a4cf20" }
1+
{ "commit": "9666b2ab67d25345542722ab9d870b36ad06252e" }

app/components/settings/SettingsWindow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export const SettingsWindow = ({ open, onClose }: SettingsProps) => {
6363
variants={dialogBackdropVariants}
6464
/>
6565
</RadixDialog.Overlay>
66-
<RadixDialog.Content asChild>
66+
<RadixDialog.Content aria-describedby={undefined} asChild>
6767
<motion.div
6868
className="fixed top-[50%] left-[50%] z-max h-[85vh] w-[90vw] max-w-[900px] translate-x-[-50%] translate-y-[-50%] border border-bolt-elements-borderColor rounded-lg shadow-lg focus:outline-none overflow-hidden"
6969
initial="closed"

app/lib/.server/llm/api-key.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/*
2-
* @ts-nocheck
3-
* Preventing TS checks with files presented in the video for a better presentation.
4-
*/
51
import { env } from 'node:process';
62

73
export function getAPIKey(cloudflareEnv: Env, provider: string, userApiKeys?: Record<string, string>) {

pre-start.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ console.log(`
77
★═══════════════════════════════════════★
88
`);
99
console.log('📍 Current Commit Version:', commit);
10+
console.log(' Please wait until the URL appears here')
1011
console.log('★═══════════════════════════════════════★');

0 commit comments

Comments
 (0)