From 1746ca4aa6312e3dee4528ee86eba2e018cf60d5 Mon Sep 17 00:00:00 2001 From: Stan Wohlwend Date: Mon, 1 Jul 2024 17:20:48 -0700 Subject: [PATCH] Update globalDotEnv in turbo.json --- turbo.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/turbo.json b/turbo.json index dba805895..c3e4136dc 100644 --- a/turbo.json +++ b/turbo.json @@ -1,5 +1,13 @@ { "$schema": "https://turbo.build/schema.json", + "globalDotEnv": [ + ".env", + ".env.local", + ".env.development", + ".env.development.local", + ".env.production", + ".env.production.local" + ], "tasks": { "build": { "inputs": [