From 1d1dc8d91b5ff06cf370a29a3d1a56f1f7e86367 Mon Sep 17 00:00:00 2001 From: KeKs0r Date: Sat, 28 Mar 2026 17:15:13 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Configure=20Turborepo=20for=20re?= =?UTF-8?q?mote=20caching?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sets team ID for Turborepo remote cache. --- turbo.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/turbo.json b/turbo.json index ba2629e..9050e88 100644 --- a/turbo.json +++ b/turbo.json @@ -1,5 +1,8 @@ { "$schema": "https://turbo.build/schema.json", + "remoteCache": { + "teamId": "team_VzYIrbcT25TaqBtYUgI4t5Du" + }, "tasks": { "build": { "dependsOn": ["^build"], @@ -24,10 +27,7 @@ "deploy": { "dependsOn": ["build"], "cache": false, - "passThroughEnv": [ - "CLOUDFLARE_API_TOKEN", - "CLOUDFLARE_ACCOUNT_ID" - ] + "passThroughEnv": ["CLOUDFLARE_API_TOKEN", "CLOUDFLARE_ACCOUNT_ID"] }, "dev": { "cache": false,