fix: Add missing entry point script to index.html
All checks were successful
Build and Deploy / build-and-push (push) Successful in 1m16s

This commit is contained in:
Cauê Faleiros
2026-02-20 15:29:23 -03:00
parent ed955f9fed
commit bb903a0827

View File

@@ -35,22 +35,9 @@
text-shadow: 0 0 20px rgba(var(--primary-color), 0.3); text-shadow: 0 0 20px rgba(var(--primary-color), 0.3);
} }
</style> </style>
<script type="importmap">
{
"imports": {
"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/",
"clsx": "https://esm.sh/clsx@^2.1.1",
"lucide-react": "https://esm.sh/lucide-react@^0.564.0",
"tailwind-merge": "https://esm.sh/tailwind-merge@^3.4.1",
"react-router-dom": "https://esm.sh/react-router-dom@^7.13.0",
"@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@^2.95.3"
}
}
</script>
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
<script type="module" src="/index.tsx"></script>
</body> </body>
</html> </html>