Now manually linking env and main

ref #31
This commit is contained in:
Nicolai Ort 2021-04-03 15:24:52 +02:00
parent cd6a139daf
commit 67c0dae537
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@
<body class="dark:bg-gray-900 text-black dark:text-white p-0">
<div id="app"></div>
<script src="/env.js"></script>
<script defer type="module" src="/src/main.js"></script>
<script src="./env.js"></script>
<script defer type="module" src="./src/main.js"></script>
</body>
</html>