Migrate to using random IDs for documents

This commit is contained in:
2025-09-03 01:18:52 -07:00
parent 0567c625e3
commit 100470b8e2
4 changed files with 85 additions and 22 deletions
+1 -1
View File
@@ -8,6 +8,6 @@
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/app.tsx"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>