migrate index.js to typescript

This commit is contained in:
MaysWind
2025-01-08 22:59:58 +08:00
parent b1fbf91d6e
commit 1555052e1d
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -66,6 +66,6 @@
</noscript>
<div id="app"></div>
<script type="module" src="./index-main.js"></script>
<script type="module" src="./index-main.ts"></script>
</body>
</html>