Add Mailpit email transport
This commit is contained in:
+3
-1
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user