- Site URL:
http://localhost - Redirect URLs:
http://localhost:3000/**
Configuring templates
$ vim supabase/config.toml
[auth.email.template.invite]
subject = "You are invited to Acme Inc"
content_path = "./supabase/templates/invite.html"Deploying email templates
supabase stop && supabase startEdit package.json:
{
"scripts": {
"update-types": "npx supabase gen types --lang=typescript --linked > types/supabase.ts"
}
}Run it
npm run update-types