aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/resend.ts
diff options
context:
space:
mode:
authorSebastien Castiel <sebastien@castiel.me>2024-01-19 11:28:25 -0500
committerGitHub <noreply@github.com>2024-01-19 11:28:25 -0500
commit23524cb94314fd50476ccffe654841d980c713d7 (patch)
tree6546d4d8675c1e4bc9d30f6bf526e08eef9b4eaf /src/lib/resend.ts
parentf9040f8beda10b3969572cf8764e49f9b24b222a (diff)
Clean project from marketing content (#50)
* Clean project from marketing content * Remove some dependencies
Diffstat (limited to 'src/lib/resend.ts')
-rw-r--r--src/lib/resend.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/resend.ts b/src/lib/resend.ts
deleted file mode 100644
index 48c5fb7..0000000
--- a/src/lib/resend.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import { env } from '@/lib/env'
-import { Resend } from 'resend'
-
-export const getResend = () =>
- env.RESEND_API_KEY ? new Resend(env.RESEND_API_KEY) : null