mirror of
https://github.com/better-auth/better-auth.git
synced 2026-08-31 12:32:52 -05:00
4 lines
108 B
TypeScript
4 lines
108 B
TypeScript
import { Resend } from "resend";
|
|
|
|
export const resend = new Resend(process.env.RESEND_API_KEY || "re_123");
|