This commit is contained in:
Okechi Jones-Williams
2026-04-02 17:00:33 +01:00
parent 42d28da299
commit ca42cfc26c

View File

@@ -25,7 +25,7 @@ function getSupabaseEnv() {
}
}
if (process.env.DIRECT_SUPABASE_SETUP_IN_PLAYWRIGHT !== 'true') {
if (process.env.DIRECT_SUPABASE_SETUP_IN_PLAYWRIGHT !== 'false') {
const supabaseEnv = getSupabaseEnv()
// Inject into process.env so Playwright and your app code can read them