Frontend WASM compilado + fixes PartialEq + uuid js feature
Build & Deploy NutriApp / build-and-deploy (push) Failing after 7m12s

This commit is contained in:
2026-06-27 02:40:53 +01:00
parent 7dc3050519
commit 0238518822
15 changed files with 6686 additions and 8 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ dioxus = { version = "0.6", features = ["web"] }
shared = { path = "../shared" }
serde = { workspace = true }
serde_json = { workspace = true }
uuid = { workspace = true, features = ["v4"] }
uuid = { workspace = true, features = ["v4", "js"] }
chrono = { workspace = true }
# --- HTTP calls al backend ---