feat(frontend): Add ogranization invitation

This commit is contained in:
2025-04-18 18:58:06 +02:00
parent 068dc1305f
commit 9c1cefd4ed
8 changed files with 325 additions and 26 deletions

View File

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