fix: correct static file serving and entry point

This commit is contained in:
2025-06-04 11:13:14 +09:00
parent 34e9c33484
commit 892e959dce
2 changed files with 6 additions and 14 deletions

View File

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