<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>React Query Builder Dev Page (Native)</title>
    <script>
      const process = { env: { NODE_ENV: 'development' } };
      const __DEV__ = true;
    </script>
  </head>
  <body>
    <div id="app"></div>
    <script type="module" src="./dev/main.tsx"></script>
  </body>
</html>