diff --git a/supabase/README.md b/supabase/README.md index 5e84c83..0ef1828 100644 --- a/supabase/README.md +++ b/supabase/README.md @@ -20,6 +20,12 @@ supabase functions serve --env-file supabase/.env.local --import-map supabase/fu supabase secrets set --env-file supabase/.env ``` +# Sync Stripe products and prices with Supabase + +``` +deno run -A supabase/functions/_scripts/sync-stripe.ts +``` + # Deploy Functions ```