feat: Actualizar configuración de puertos y agregar guías de despliegue para el servidor

This commit is contained in:
Shni
2025-11-04 12:40:55 -06:00
parent 86c17728c4
commit 60c188ef46
10 changed files with 829 additions and 11 deletions

View File

@@ -2,6 +2,6 @@
VITE_DISCORD_CLIENT_ID=tu_client_id_de_discord
# API Backend
# Desarrollo: http://localhost:3001
# Desarrollo: http://localhost:3000
# Producción: https://api.amayo.dev
VITE_API_URL=http://localhost:3001
VITE_API_URL=http://localhost:3000