[mod] reorg bundles

This commit is contained in:
Andy Bunce 2025-08-25 16:23:51 +01:00
parent c875f70fb4
commit 5ffd6c7630
14 changed files with 611 additions and 199 deletions

View file

@ -0,0 +1,4 @@
<script>
const webSocket = new WebSocket("ws://localhost:5008");
alert("hi");
</script>