UNPKG

@proofkit/cli

Version:

Create web application with the ProofKit stack

5 lines (3 loc) 124 B
import { Resend } from "resend"; import { env } from "@/config/env"; export const resend = new Resend(env.RESEND_API_KEY);