From fae4fd7dae0edcaa8d19c021481e75656816a8e8 Mon Sep 17 00:00:00 2001 From: Martin Braquet Date: Sat, 4 Apr 2026 20:37:38 +0200 Subject: [PATCH] Apply suggestion from @MartinBraquet --- playwright.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index a2a6726c..ec94cf50 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -25,7 +25,6 @@ function getSupabaseEnv() { } } - const supabaseEnv = getSupabaseEnv() // Inject into process.env so Playwright and your app code can read them