| import { Resend } from "resend"; | |
| const apiKey = process.env.RESEND_API_KEY; | |
| export const resend = apiKey ? new Resend(apiKey) : (null as any as Resend); | |
| import { Resend } from "resend"; | |
| const apiKey = process.env.RESEND_API_KEY; | |
| export const resend = apiKey ? new Resend(apiKey) : (null as any as Resend); | |