Initial commit: monorepo Naturcalabacera reservas (apps/api + apps/web + packages/shared)

This commit is contained in:
2026-04-30 10:09:44 +01:00
commit a0ccb8ca64
188 changed files with 16418 additions and 0 deletions

15
apps/web/.env.example Normal file
View File

@@ -0,0 +1,15 @@
# ─────────────────────────────────────────────
# apps/web — Variables de entorno
# Copia este archivo como .env y rellena los valores.
# Los prefijos VITE_ son accesibles en el navegador.
# ─────────────────────────────────────────────
# Supabase (self-hosted)
VITE_SUPABASE_URL=https://tu-supabase.tudominio.com
VITE_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
# URL del backend API (apps/api)
VITE_API_URL=http://localhost:3001
# Chatbot — poner true para mostrar el contenedor inferior
VITE_CHATBOT_ENABLED=false