- Backend migrado a estructura VPS (src/ subfolder) - Frontend con estructura Vite + React 19 + Tailwind - Configuración PostgreSQL con Pool - API service con interceptores JWT - Ambos servidores funcionando (backend:3001, frontend:5173)
2 lines
39 B
Bash
2 lines
39 B
Bash
VITE_API_URL=http://localhost:3001/api
|