fix(playground): ensure local playground is initialized

This commit is contained in:
Amaan Qureshi 2024-12-25 17:06:26 -05:00
parent bd6aa2be2b
commit 5bd0d11982
2 changed files with 9 additions and 4 deletions

View file

@ -71,6 +71,11 @@
<script>LANGUAGE_BASE_URL = "";</script>
<script src=tree-sitter.js></script>
<script src=playground.js></script>
<script>
setTimeout(() => {
window.initializePlayground()
}, 1)
</script>
<style>
body {