Update index.html
This commit is contained in:
27
index.html
27
index.html
@@ -38,27 +38,26 @@
|
|||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<!-- Importmap rimossa per permettere a Vite di gestire le dipendenze React/Markdown dal package.json -->
|
|
||||||
<script type="importmap">
|
<script type="importmap">
|
||||||
{
|
{
|
||||||
"imports": {
|
"imports": {
|
||||||
"react-markdown": "https://esm.sh/react-markdown@^10.1.0",
|
|
||||||
"react-dom/": "https://esm.sh/react-dom@^19.2.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",
|
||||||
"path": "https://esm.sh/path@^0.12.7",
|
"react-dom/": "https://esm.sh/react-dom@^19.2.4/",
|
||||||
|
"react/": "https://esm.sh/react@^19.2.4/",
|
||||||
|
"@google/genai": "https://esm.sh/@google/genai@^1.41.0",
|
||||||
|
"react-markdown": "https://esm.sh/react-markdown@^10.1.0",
|
||||||
"lucide-react": "https://esm.sh/lucide-react@^0.574.0",
|
"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",
|
|
||||||
"url": "https://esm.sh/url@^0.11.4",
|
|
||||||
"vite": "https://esm.sh/vite@^7.3.1",
|
"vite": "https://esm.sh/vite@^7.3.1",
|
||||||
|
"@vitejs/plugin-react": "https://esm.sh/@vitejs/plugin-react@^5.1.4",
|
||||||
|
"mysql2/": "https://esm.sh/mysql2@^3.17.2/",
|
||||||
"dotenv": "https://esm.sh/dotenv@^17.3.1",
|
"dotenv": "https://esm.sh/dotenv@^17.3.1",
|
||||||
"crypto": "https://esm.sh/crypto@^1.0.1"
|
"fs": "https://esm.sh/fs@^0.0.1-security",
|
||||||
|
"path": "https://esm.sh/path@^0.12.7",
|
||||||
|
"url": "https://esm.sh/url@^0.11.4",
|
||||||
|
"express": "https://esm.sh/express@^5.2.1",
|
||||||
|
"cors": "https://esm.sh/cors@^2.8.6",
|
||||||
|
"crypto": "https://esm.sh/crypto@^1.0.1",
|
||||||
|
"multer": "https://esm.sh/multer@^2.0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user