mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-28 01:46:45 -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");
|