ref: resend

This commit is contained in:
Bereket Engida
2024-09-16 23:27:49 +03:00
parent 163d01b9ab
commit 38bf8d115c
2 changed files with 4 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
import { Resend } from "resend";
export const resend = new Resend(process.env.RESEND_API_KEY || "re_123");