super-fit-web-app / src / utils / auth.ts
auth.ts
Raw
import { Client } from "postmark";

const postmarkClient = new Client(process.env.POSTMARK_API_TOKEN || "")