fix(frontend): point index.html at main.tsx

This commit is contained in:
YC Lin
2026-01-25 01:09:31 +08:00
committed by yctimlin
parent fe4bf8e787
commit 45af2758cf
+1 -1
View File
@@ -279,6 +279,6 @@
</head>
<body>
<div id="root"></div>
<script type="module" src="./src/main.jsx"></script>
<script type="module" src="./src/main.tsx"></script>
</body>
</html>