Migrated from Parcel to Vite

This commit is contained in:
2022-06-08 11:36:03 +02:00
parent 37d7551cd9
commit aa95cd7abc
6 changed files with 999 additions and 1422 deletions

View File

@@ -10,7 +10,7 @@
<body>
<div id="root"></div>
<script type="module" src="index.js"></script>
<script type="module" src="./index.tsx"></script>
</body>
</html>