From 07d0b69cac1131a213c2c36244aceab3d7f1fbc2 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 6 Aug 2025 00:07:25 +0000 Subject: [PATCH] Remove .env file cgen-510d4da90a6440c6959b9f1972cdf310 --- .env | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index 567f4a30..00000000 --- a/.env +++ /dev/null @@ -1,10 +0,0 @@ -# Supabase Configuration -# Replace these with your actual Supabase project credentials -VITE_SUPABASE_URL=https://your-project-ref.supabase.co -VITE_SUPABASE_ANON_KEY=your-anon-key-here - -# Instructions: -# 1. Go to https://supabase.com and create a new project -# 2. Get your project URL and anon key from Settings > API -# 3. Replace the values above with your actual credentials -# 4. Run the SQL migration from SUPABASE_SETUP.md in your Supabase SQL editor