Final production configuration: Firebase Hosting, Render Blueprint and CORS security fix

This commit is contained in:
2026-02-21 14:52:49 -05:00
parent d1c19212d6
commit 568a45a109
9 changed files with 8689 additions and 109 deletions

View File

@ -267,7 +267,7 @@ import jsPDF from 'jspdf';
import html2canvas from 'html2canvas';
const generateReport = async () => {
const loadingNotify = ref(true); // Podríamos añadir un pequeño indicator de "Generando..."
// const loadingNotify = ref(true); // Podríamos añadir un pequeño indicator de "Generando..."
const date = new Date().toLocaleDateString('es-ES', { month: 'long', year: 'numeric' });
const doc = new jsPDF('p', 'mm', 'a4');
const pageWidth = doc.internal.pageSize.getWidth();