From 952ff20b52c43920e04a1580ee8ca39085796e74 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Thu, 11 Jul 2024 19:22:17 +0200 Subject: [PATCH] :green_heart: Fix checkAndReportChatsUsage script env --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 8ab09f6a3..18610dc1a 100644 --- a/turbo.json +++ b/turbo.json @@ -3,6 +3,7 @@ "ui": "stream", "globalDependencies": [".env"], "globalEnv": ["DATABASE_URL", "SKIP_ENV_CHECK"], + "globalPassThroughEnv": ["ENCRYPTION_SECRET"], "tasks": { "lint": { "outputs": [] @@ -20,7 +21,6 @@ "persistent": true }, "build": { - "passThroughEnv": ["ENCRYPTION_SECRET"], "env": ["VERCEL_*", "NEXTAUTH_URL", "SENTRY_*"], "dependsOn": ["^build", "@typebot.io/prisma#db:generate"], "outputs": [