From 3d9050af4e4cf17620ebda4725a7f5ebee115b30 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Mon, 6 Oct 2025 21:04:14 +0200 Subject: [PATCH] asdf --- turbo-t3-nextauth/turbo.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/turbo-t3-nextauth/turbo.json b/turbo-t3-nextauth/turbo.json index d508947..e1abce8 100644 --- a/turbo-t3-nextauth/turbo.json +++ b/turbo-t3-nextauth/turbo.json @@ -5,7 +5,14 @@ "build": { "dependsOn": ["^build"], "inputs": ["$TURBO_DEFAULT$", ".env*"], - "outputs": [".next/**", "!.next/cache/**"] + "outputs": [".next/**", "!.next/cache/**"], + "env": [ + "AUTH_SECRET", + "AUTH_DISCORD_ID", + "AUTH_DISCORD_SECRET", + "DATABASE_URL", + "SKIP_ENV_VALIDATION" + ] }, "lint": { "dependsOn": ["^lint"]