c09f67c
1
2
3
4
5
6
import { Resend } from "resend"; const apiKey = process.env.RESEND_API_KEY; export const resend = apiKey ? new Resend(apiKey) : (null as any as Resend);