6 lines
134 B
TypeScript
6 lines
134 B
TypeScript
import { Resend } from "resend";
|
|
|
|
import { env } from "@/env.mjs";
|
|
|
|
export const resend = new Resend(env.RESEND_API_KEY || "re_key");
|