Add Mailpit email transport
This commit is contained in:
+13
@@ -1,5 +1,15 @@
|
||||
{
|
||||
"$schema": "https://turbo.build/schema.json",
|
||||
"globalEnv": [
|
||||
"EMAIL_PROVIDER",
|
||||
"EMAIL_FROM",
|
||||
"SMTP_HOST",
|
||||
"SMTP_PORT",
|
||||
"SMTP_SECURE",
|
||||
"RESEND_API_KEY",
|
||||
"RESEND_DOMAIN",
|
||||
"RESEND_FROM"
|
||||
],
|
||||
"tasks": {
|
||||
"dev": {
|
||||
"cache": false,
|
||||
@@ -12,6 +22,9 @@
|
||||
"@beenvoice/domain#build": {
|
||||
"outputs": []
|
||||
},
|
||||
"@beenvoice/email#build": {
|
||||
"outputs": []
|
||||
},
|
||||
"@beenvoice/mobile#build": {
|
||||
"outputs": []
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user