From 2d4dc0fa5d7ba7a9c4d8a4cb75ae55b1a8ee89e6 Mon Sep 17 00:00:00 2001 From: gbuomprisco Date: Wed, 23 Apr 2025 14:08:53 +0800 Subject: [PATCH] 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. --- turbo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 1fb2ded91..cb53d27a5 100644 --- a/turbo.json +++ b/turbo.json @@ -42,7 +42,8 @@ "SUPABASE_SERVICE_ROLE_KEY", "ENABLE_BILLING_TESTS", "RESEND_API_KEY", - "MAILER_PROVIDER" + "MAILER_PROVIDER", + "CONTACT_EMAIL" ], "tasks": { "topo": {