From 96435a53558b7d1dcf8faeaa79514ef1037e70f5 Mon Sep 17 00:00:00 2001 From: Lewis Carhart Date: Sat, 10 May 2025 02:40:08 +0100 Subject: [PATCH] feat(turbo): add trust:build configuration to manage DATABASE_URL and inputs for improved build process --- turbo.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/turbo.json b/turbo.json index 8d16e65d47..50d59bd85d 100644 --- a/turbo.json +++ b/turbo.json @@ -64,6 +64,17 @@ "data:build" ] }, + "trust:build": { + "env": [ + "DATABASE_URL" + ], + "inputs": [ + "$TURBO_DEFAULT$" + ], + "outputs": [ + "data:build" + ] + }, "db:generate": { "cache": false },