Terminado sprint 2A

This commit is contained in:
markosbenitez
2026-06-02 10:27:52 -03:00
parent 418c91fb12
commit 0f376a8b75
81 changed files with 5379 additions and 46 deletions

8
.env.example Normal file
View File

@@ -0,0 +1,8 @@
# Supabase — variables de cliente (públicas, respetan RLS con anon key)
# Copiar a .env.local y completar con los valores del proyecto Cloud
# NO agregar valores reales aquí; .env.local está en .gitignore
NEXT_PUBLIC_SUPABASE_URL=https://<project-ref>.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=<anon-key-publica>
# NUNCA agregar SUPABASE_SERVICE_ROLE_KEY como variable NEXT_PUBLIC_ ni en el cliente
# La service_role bypasa RLS — solo para Edge Functions / backend server-side