Remaster avec skill supabase only et grillme

This commit is contained in:
2026-05-24 20:30:45 +02:00
parent e38a3df248
commit 2ee7decbfd
19 changed files with 734 additions and 369 deletions
+5 -1
View File
@@ -4,5 +4,9 @@
# Supabase API URL
VITE_SUPABASE_URL=http://localhost:8000
# Supabase anonymous key (public)
# Supabase anonymous key (public, used by the frontend)
VITE_SUPABASE_ANON_KEY=your-anon-key-here
# Supabase service role key (secret, NEVER exposed to the frontend)
# Only used by scripts and edge functions
VITE_SUPABASE_SERVICE_ROLE_KEY=your-service-role-key-here