/ ui / standalone / index.html
index.html
 1  <!DOCTYPE html>
 2  <html lang="en">
 3    <head>
 4      <meta charset="UTF-8" />
 5      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 6      <title>Evidently UI standalone</title>
 7    </head>
 8    <body>
 9      <script>
10        // hack for nivo and vite
11        // https://github.com/plouc/nivo/issues/1455#issuecomment-815904731
12        var global = globalThis
13      </script>
14      <div id="root"></div>
15      <script type="module" src="/src/main.tsx"></script>
16    </body>
17  </html>