🚧 move to new config based env

This commit is contained in:
2020-12-20 18:07:58 +01:00
parent 8ef0b21819
commit 2cdd1cd961
5 changed files with 19 additions and 16 deletions

View File

@@ -8,6 +8,7 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tailwindcss@2.0.2/dist/tailwind.min.css">
</head>
<body>
<script type="module" src="/src/index.js"></script>
<script src="/env.js"></script>
<script defer type="module" src="/src/index.js"></script>
</body>
</html>