api #3

Merged
SethTrowbridge merged 7 commits from api into master 2023-07-29 20:30:03 -04:00
Showing only changes of commit 06981cc067 - Show all commits

View File

@ -104,7 +104,7 @@ let Configuration:Configuration =
<script type="importmap">${JSON.stringify(inMap)}</script> <script type="importmap">${JSON.stringify(inMap)}</script>
<script type="module"> <script type="module">
import Mount from ">able/run-browser.tsx"; import Mount from ">able/run-browser.tsx";
Mount("#app", ">able/app.tsx"); Mount("#app", ">able/app");
</script> </script>
</body> </body>
</html>`, {status:200, headers:{"content-type":"text/html"}}); </html>`, {status:200, headers:{"content-type":"text/html"}});