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
.floo
.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>
<body>
<div id="root"></div>
<script src="main.js"></script>
<script type="text/javascript" src="main.js"></script>
</body>
</html>

File diff suppressed because one or more lines are too long