Update index.html

This commit is contained in:
fcarraUniSa
2026-02-17 10:09:33 +01:00
committed by GitHub
parent 256c4e303b
commit 0783e3c12a

View File

@@ -41,17 +41,21 @@
<script type="importmap">
{
"imports": {
"@google/genai": "https://esm.sh/@google/genai@^1.40.0",
"crypto": "https://esm.sh/crypto@^1.0.1",
"@google/genai": "https://esm.sh/@google/genai@^1.41.0",
"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",
"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/",
"lucide-react": "https://esm.sh/lucide-react@^0.563.0",
"vite": "https://esm.sh/vite@^7.3.1",
"@vitejs/plugin-react": "https://esm.sh/@vitejs/plugin-react@^5.1.4",
"dotenv": "https://esm.sh/dotenv@^17.3.1",
"mysql2/": "https://esm.sh/mysql2@^3.17.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"
"cors": "https://esm.sh/cors@^2.8.6",
"path": "https://esm.sh/path@^0.12.7",
"fs": "https://esm.sh/fs@^0.0.1-security",
"url": "https://esm.sh/url@^0.11.4"
}
}
</script>