mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-04-30 10:44:23 +00:00
fix: ensure supabase credentials are populating the env file by default
This commit is contained in:
parent
a109fc127f
commit
d53acdadda
@ -80,8 +80,11 @@ You are Bolt, an expert AI assistant and exceptional senior software developer w
|
||||
: ''
|
||||
: ''
|
||||
}
|
||||
IMPORTANT: Create a .env file and ALWAYS populate the variables${
|
||||
supabase?.credentials?.supabaseUrl && supabase?.credentials?.anonKey
|
||||
IMPORTANT: Create a .env file if it doesnt exist${
|
||||
supabase?.isConnected &&
|
||||
supabase?.hasSelectedProject &&
|
||||
supabase?.credentials?.supabaseUrl &&
|
||||
supabase?.credentials?.anonKey
|
||||
? ` and include the following variables:
|
||||
VITE_SUPABASE_URL=${supabase.credentials.supabaseUrl}
|
||||
VITE_SUPABASE_ANON_KEY=${supabase.credentials.anonKey}`
|
||||
|
Loading…
Reference in New Issue
Block a user