Fixed console error for SettingsWIndow & Removed ts-nocheck where not needed

This commit is contained in:
kris1803 2024-12-14 00:39:27 +01:00
parent 9666b2ab67
commit 2064c83177
4 changed files with 3 additions and 6 deletions

View File

@ -1 +1 @@
{ "commit": "55094392cf4c5bc607aff796680ad50236a4cf20" }
{ "commit": "9666b2ab67d25345542722ab9d870b36ad06252e" }

View File

@ -63,7 +63,7 @@ export const SettingsWindow = ({ open, onClose }: SettingsProps) => {
variants={dialogBackdropVariants}
/>
</RadixDialog.Overlay>
<RadixDialog.Content asChild>
<RadixDialog.Content aria-describedby={undefined} asChild>
<motion.div
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"
initial="closed"

View File

@ -1,7 +1,3 @@
/*
* @ts-nocheck
* Preventing TS checks with files presented in the video for a better presentation.
*/
import { env } from 'node:process';
export function getAPIKey(cloudflareEnv: Env, provider: string, userApiKeys?: Record<string, string>) {

View File

@ -7,4 +7,5 @@ console.log(`
`);
console.log('📍 Current Commit Version:', commit);
console.log(' Please wait until the URL appears here')
console.log('★═══════════════════════════════════════★');