Supabase 使用

Functions 使用

初始化

npx supabase init

新增一个函数

npx supabase functions new hello-world

登录

npx supabase login

发布函数

npx supabase functions deploy hello-world --project-ref tybqiaghnxeylhltjqeh

删除函数

supabase functions delete hello-world
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9