resend.ts 118 B

12345
  1. import { Resend } from "resend";
  2. import { env } from "@/env";
  3. export const resend = new Resend(env.RESEND_API_KEY);