Skip to content

Commit

Permalink
Add an inline script to index.html
Browse files Browse the repository at this point in the history
Demonstrates the issue described in breadboard-ai/breadboard#4342
  • Loading branch information
timswanson-google committed Feb 4, 2025
1 parent 4032ecb commit 4b93508
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
<body>
<div id="app"></div>
<script type="module" src="/src/client/main.ts"></script>
<script type="module">
alert("THIS DOESN'T WORK IN DEV MODE!!");
</script>
</body>
</html>

0 comments on commit 4b93508

Please sign in to comment.