fix path (no ext)

This commit is contained in:
Seth Trowbridge 2023-07-29 18:49:44 -04:00
parent 6cee7ac065
commit 06981cc067

View File

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