Add production dist for server deployment
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+329
File diff suppressed because one or more lines are too long
Vendored
+15
@@ -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>
|
||||||
Reference in New Issue
Block a user