From 61dde18b5399a88d9dd5e444321926b62b180a8f Mon Sep 17 00:00:00 2001 From: Danijel Martinek Date: Wed, 6 May 2026 19:21:24 +0200 Subject: [PATCH] chore(turbo): declare USE_DEV_SEED in globalEnv Earlier commit 74b88f7 attempted this but the Edit failed silently without a prior Read. ESLint's turbo/no-undeclared-env-vars rule was still flagging the warning. --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 4480fba..312115c 100644 --- a/turbo.json +++ b/turbo.json @@ -1,6 +1,6 @@ { "$schema": "https://turborepo.dev/schema.json", - "globalEnv": ["CI", "DATABASE_URL", "PAYLOAD_SECRET", "NODE_ENV"], + "globalEnv": ["CI", "DATABASE_URL", "PAYLOAD_SECRET", "NODE_ENV", "USE_DEV_SEED"], "boundaries": { "tags": { "app": {