From cc3fcf9910f29201ba944206d16d2241feae56dd Mon Sep 17 00:00:00 2001 From: Alex Tkachev Date: Sun, 13 Oct 2024 12:05:36 +0400 Subject: [PATCH] chore: disable gatsby telemetry It started to ruin gatsby builds occasionally. --- devbox.json | 1 + 1 file changed, 1 insertion(+) diff --git a/devbox.json b/devbox.json index d843b4dc8..17613bb46 100644 --- a/devbox.json +++ b/devbox.json @@ -1,6 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.12.0/.schema/devbox.schema.json", "env": { + "GATSBY_TELEMETRY_DISABLED": "1", "DEVBOX_COREPACK_ENABLED": "true", "PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS": "true" },