fix: correct index.html script src — Vite prepends base path, don't include it manually

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jtricerolph 2026-07-03 13:15:30 +00:00
parent 7983865f79
commit 63b3e42a12

View file

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