Update index.html

This commit is contained in:
fcarraUniSa
2026-02-18 10:36:14 +01:00
committed by GitHub
parent 85eaebfb9b
commit 7b15f89813

View File

@@ -38,26 +38,27 @@
scrollbar-width: none; scrollbar-width: none;
} }
</style> </style>
<script type="importmap"> <!-- Importmap rimossa per permettere a Vite di gestire le dipendenze React/Markdown dal package.json -->
<script type="importmap">
{ {
"imports": { "imports": {
"crypto": "https://esm.sh/crypto@^1.0.1", "react-markdown": "https://esm.sh/react-markdown@^10.1.0",
"@google/genai": "https://esm.sh/@google/genai@^1.41.0", "react-dom/": "https://esm.sh/react-dom@^19.2.4/",
"lucide-react": "https://esm.sh/lucide-react@^0.569.0",
"vite": "https://esm.sh/vite@^7.3.1",
"@vitejs/plugin-react": "https://esm.sh/@vitejs/plugin-react@^5.1.4", "@vitejs/plugin-react": "https://esm.sh/@vitejs/plugin-react@^5.1.4",
"@google/genai": "https://esm.sh/@google/genai@^1.41.0",
"react/": "https://esm.sh/react@^19.2.4/", "react/": "https://esm.sh/react@^19.2.4/",
"react": "https://esm.sh/react@^19.2.4", "react": "https://esm.sh/react@^19.2.4",
"react-dom/": "https://esm.sh/react-dom@^19.2.4/",
"dotenv": "https://esm.sh/dotenv@^17.3.1",
"mysql2/": "https://esm.sh/mysql2@^3.17.2/",
"express": "https://esm.sh/express@^5.2.1",
"cors": "https://esm.sh/cors@^2.8.6",
"path": "https://esm.sh/path@^0.12.7", "path": "https://esm.sh/path@^0.12.7",
"lucide-react": "https://esm.sh/lucide-react@^0.574.0",
"express": "https://esm.sh/express@^5.2.1",
"mysql2/": "https://esm.sh/mysql2@^3.17.2/",
"multer": "https://esm.sh/multer@^2.0.2",
"cors": "https://esm.sh/cors@^2.8.6",
"fs": "https://esm.sh/fs@^0.0.1-security", "fs": "https://esm.sh/fs@^0.0.1-security",
"url": "https://esm.sh/url@^0.11.4", "url": "https://esm.sh/url@^0.11.4",
"multer": "https://esm.sh/multer@^2.0.2", "vite": "https://esm.sh/vite@^7.3.1",
"react-markdown": "https://esm.sh/react-markdown@^10.1.0" "dotenv": "https://esm.sh/dotenv@^17.3.1",
"crypto": "https://esm.sh/crypto@^1.0.1"
} }
} }
</script> </script>