📄️ Overview
The Supabase project lives under supabase/ at the repo root. It owns:
📄️ Edge Functions
All edge functions live under supabase/functions//index.ts and are deployed via the Supabase CLI. They share two helpers under supabase/functions/_shared/:
📄️ Migrations
SQL migrations live under supabase/migrations/ and are applied via the Supabase CLI. Each file is timestamped (YYYYMMDDHHMMSSshortname.sql).