mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +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${
|
IMPORTANT: Create a .env file if it doesnt exist${
|
||||||
supabase?.credentials?.supabaseUrl && supabase?.credentials?.anonKey
|
supabase?.isConnected &&
|
||||||
|
supabase?.hasSelectedProject &&
|
||||||
|
supabase?.credentials?.supabaseUrl &&
|
||||||
|
supabase?.credentials?.anonKey
|
||||||
? ` and include the following variables:
|
? ` and include the following variables:
|
||||||
VITE_SUPABASE_URL=${supabase.credentials.supabaseUrl}
|
VITE_SUPABASE_URL=${supabase.credentials.supabaseUrl}
|
||||||
VITE_SUPABASE_ANON_KEY=${supabase.credentials.anonKey}`
|
VITE_SUPABASE_ANON_KEY=${supabase.credentials.anonKey}`
|
||||||
|
Loading…
Reference in New Issue
Block a user