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:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user