Add Mailpit email transport

This commit is contained in:
2026-08-17 16:35:14 -04:00
parent 67ab6b78bd
commit 1853eaa963
23 changed files with 567 additions and 148 deletions
+3 -1
View File
@@ -12,9 +12,11 @@
"typecheck": "turbo typecheck",
"lint": "turbo lint",
"test": "turbo test",
"check": "turbo typecheck lint test"
"check": "turbo typecheck lint test",
"email:preview": "bun scripts/send-email-preview.ts"
},
"devDependencies": {
"@beenvoice/email": "workspace:*",
"turbo": "2.10.10",
"typescript": "5.9.3"
},