mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-06 20:37:44 +00: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");
|