Add "CONTACT_EMAIL" to turbo.json environment variables

This update includes "CONTACT_EMAIL" in the list of environment variables. It ensures proper handling of contact email within the application configuration.
This commit is contained in:
gbuomprisco
2025-04-23 14:08:53 +08:00
parent a4cde64fff
commit 2d4dc0fa5d

View File

@@ -42,7 +42,8 @@
"SUPABASE_SERVICE_ROLE_KEY", "SUPABASE_SERVICE_ROLE_KEY",
"ENABLE_BILLING_TESTS", "ENABLE_BILLING_TESTS",
"RESEND_API_KEY", "RESEND_API_KEY",
"MAILER_PROVIDER" "MAILER_PROVIDER",
"CONTACT_EMAIL"
], ],
"tasks": { "tasks": {
"topo": { "topo": {