From 08c7723c269ee72ec7338d1fb125c1d7ded78778 Mon Sep 17 00:00:00 2001 From: Nathan Flurry Date: Tue, 27 Jan 2026 19:48:08 -0800 Subject: [PATCH] fix: pass SANDBOX_AGENT_SKIP_INSPECTOR through turbo --- turbo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/turbo.json b/turbo.json index 5e4c877..b6d326c 100644 --- a/turbo.json +++ b/turbo.json @@ -1,5 +1,6 @@ { "$schema": "https://turbo.build/schema.json", + "globalPassThroughEnv": ["SANDBOX_AGENT_SKIP_INSPECTOR"], "tasks": { "build": { "dependsOn": ["^build"],