git clone [email protected]:brenelz/supabase-todo-app.git cd ... const result = await supabase.from("todos").insert([{ title: newTodo }]) ...
確定! 回上一頁