qa-inspect-host 0.1.8

Host a Blitz document and serve it over the inspection socket
1
2
3
4
5
6
7
8
9
<!doctype html>
<html>
  <head><meta charset="utf-8"><link rel="stylesheet" href="page.css"></head>
  <body>
    <h1>Fixture</h1>
    <div id="root"></div>
    <script src="page.js"></script>
  </body>
</html>