crear faunadb de usuario
Create(
Collection("users"),
{
credentials: { password: "password" },
data: {
email: "[email protected]",
},
}
)
the mighty jol