Fix website build

This commit is contained in:
Andrew Morris
2024-02-28 11:03:35 +11:00
parent 2f68a96dcd
commit a540b8a02e
2 changed files with 4 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ valuescript_vm = { path = "../valuescript_vm" }
wasm-bindgen = "0.2.63"
js-sys = "0.3.61"
getrandom = { version = "0.2", features = ["js"] }
# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires