web: add non-functional graphql.

This commit is contained in:
2023-11-21 14:06:48 -08:00
parent 1b44bc57bb
commit bce2c741c4
5 changed files with 157 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ serde_json = { version = "1.0.93", features = ["unbounded_depth"] }
wasm-timer = "0.2.5"
css-inline = "0.8.5"
chrono = "0.4.31"
graphql_client = "0.13.0"
[package.metadata.wasm-pack.profile.release]
wasm-opt = ['-Os']