Use vite for playground (#84)

This commit is contained in:
Aria 2022-02-27 21:25:15 +01:00 committed by GitHub
parent fdd7963bb2
commit 3c369b435e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 819 additions and 80 deletions

View file

@ -15,6 +15,6 @@
<body>
<div id="root"></div>
<script src="./index.js"></script>
<script type="module" src="./index.ts"></script>
</body>
</html>