How to stop local running edge functions?
I started my local edge functions via Supabase CLI command
Is there a CLI command to stop them other than
supabase functions serve.Is there a CLI command to stop them other than
CTRL+C or similar?