From 11931ca5bf94735e335071af9239aee109cd1753 Mon Sep 17 00:00:00 2001 From: Petyo Ivanov Date: Sat, 8 Feb 2025 19:07:34 +0200 Subject: [PATCH] Find the right way to make turbo pass env --- turbo.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/turbo.json b/turbo.json index bef98b533..d0f5f2277 100644 --- a/turbo.json +++ b/turbo.json @@ -23,6 +23,12 @@ ] }, "build": { + "env": [ + "PADDLE_ENVIRONMENT", + "PADDLE_TOKEN", + "PADDLE_STANDARD_PRICE_ID", + "PADDLE_PRO_PRICE_ID" + ], "dependsOn": [ "^build" ]