mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 20:27:44 +00:00
ref: resend
This commit is contained in:
3
demo/nextjs/lib/email/resend.ts
Normal file
3
demo/nextjs/lib/email/resend.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { Resend } from "resend";
|
||||
|
||||
export const resend = new Resend(process.env.RESEND_API_KEY || "re_123");
|
||||
Reference in New Issue
Block a user