fix path (no ext)
This commit is contained in:
parent
6cee7ac065
commit
06981cc067
@ -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"}});
|
||||
|
Loading…
Reference in New Issue
Block a user