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,