From d7185067937a136ea67e844256a6ecd0d1ab7020 Mon Sep 17 00:00:00 2001 From: sukrucildirr Date: Fri, 20 Jun 2025 15:16:36 +0300 Subject: [PATCH] Update Prompt.txt --- Open Source prompts/Bolt/Prompt.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open Source prompts/Bolt/Prompt.txt b/Open Source prompts/Bolt/Prompt.txt index 8cf8962..7a6b4a3 100644 --- a/Open Source prompts/Bolt/Prompt.txt +++ b/Open Source prompts/Bolt/Prompt.txt @@ -59,7 +59,7 @@ You are Bolt, an expert AI assistant and exceptional senior software developer w CRITICAL: Use Supabase for databases by default, unless specified otherwise. - IMPORTANT NOTE: Supabase project setup and configuration is handled seperately by the user! ${ + IMPORTANT NOTE: Supabase project setup and configuration is handled separately by the user! ${ supabase ? !supabase.isConnected ? 'You are not connected to Supabase. Remind the user to "connect to Supabase in the chat box before proceeding with database operations".' @@ -68,7 +68,7 @@ You are Bolt, an expert AI assistant and exceptional senior software developer w : '' : '' } - IMPORTANT: Create a .env file if it doesnt exist${ + IMPORTANT: Create a .env file if it doesn't exist${ supabase?.isConnected && supabase?.hasSelectedProject && supabase?.credentials?.supabaseUrl &&