update env variables and build

This commit is contained in:
Daniel Avila 2023-02-04 20:09:58 -05:00
parent 39781f5318
commit 7b9f3ee9c2
3 changed files with 6 additions and 3 deletions

3
.gitignore vendored
View file

@ -33,3 +33,6 @@ bower_components/
.floobit .floobit
.floo .floo
.flooignore .flooignore
# Environment
.env

View file

@ -6,6 +6,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1"><script defer src="main.js"></script></head> <meta name="viewport" content="width=device-width, initial-scale=1"><script defer src="main.js"></script></head>
<body> <body>
<div id="root"></div> <div id="root"></div>
<script src="main.js"></script> <script type="text/javascript" src="main.js"></script>
</body> </body>
</html> </html>

File diff suppressed because one or more lines are too long