Add production dist for server deployment

This commit is contained in:
2026-08-06 08:05:15 -04:00
parent edd0af342e
commit 494245d577
4 changed files with 345 additions and 2 deletions
-2
View File
@@ -1,6 +1,5 @@
node_modules/ node_modules/
build/ build/
dist/
coverage/ coverage/
.DS_Store .DS_Store
*.log *.log
@@ -9,7 +8,6 @@ coverage/
# Dependencias y compilación # Dependencias y compilación
node_modules/ node_modules/
dist/
# Variables privadas # Variables privadas
.env .env
File diff suppressed because one or more lines are too long
+329
View File
File diff suppressed because one or more lines are too long
+15
View File
@@ -0,0 +1,15 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#0284c7" />
<meta name="description" content="Lucozade Store Audit dashboard" />
<title>Lucozade Store Audit</title>
<script type="module" crossorigin src="/lucozade/assets/index-D_Mf2Vhc.js"></script>
<link rel="stylesheet" crossorigin href="/lucozade/assets/index-BOArrs2O.css">
</head>
<body>
<div id="root"></div>
</body>
</html>