Skip to content

Commit

Permalink
Make sure live is available globally.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed May 5, 2024
1 parent 17ff6e4 commit 086855a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/live/.website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<script type="module">
import {Live} from 'live';
// Use the Live module here
let live = Live.start();
window.live = Live.start();
</script>
</body>
</html>

0 comments on commit 086855a

Please sign in to comment.