fix: use absolute /src/main.tsx path for dev server resolution

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
fyah
2026-05-09 11:36:07 +08:00
parent 865d2e2f65
commit 43a599fc14

View File

@@ -7,6 +7,6 @@
</head>
<body>
<div id="root"></div>
<script type="module" src="../main.tsx"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>