index.html
1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="UTF-8" />
5 <title>Vite 8 + Radix Dialog Fixture</title>
6 </head>
7 <body>
8 <div id="root"></div>
9 <script type="module" src="/src/main.jsx"></script>
10 <!-- impeccable-live-start -->
11<script src="http://localhost:8400/live.js"></script>
12<!-- impeccable-live-end -->
13</body>
14</html>