Skip to content

Commit 67f35b1

Browse files
authoredMay 21, 2023
docs: allow Zod to be used in dev tools at site (#2432)
1 parent 0a90ed1 commit 67f35b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎index.html

+1
Original file line numberDiff line numberDiff line change
@@ -256,5 +256,6 @@
256256
.prepend(document.querySelector(".theme-btn"));
257257
});
258258
</script>
259+
<script src="https://www.unpkg.com/zod/lib/index.umd.js"></script>
259260
</body>
260261
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.