Skip to content

Commit

Permalink
fix: client entry name in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
emuvente committed May 21, 2024
1 parent c4b1a9e commit e0a179f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
${bodyTagsOpen}
<div id="app">${appHtml}</div>
${appState}
<script type="module" src="src/async-client.js"></script>
<script type="module" src="src/client-entry.js"></script>
${bodyTags}
</body>
</html>

0 comments on commit e0a179f

Please sign in to comment.