Files
better-auth/examples/nextjs-example/lib/email/resend.ts
2024-09-27 23:54:52 +03:00

4 lines
108 B
TypeScript

import { Resend } from "resend";
export const resend = new Resend(process.env.RESEND_API_KEY || "re_123");