{ "$schema": "http://turbo.build/schema.json", "extends": ["//"], "tasks": { "build": { "outputs": ["dist/**"] }, "test": { // Only needed for test/remote-proxy-cleanup.test.ts "env": ["CLOUDFLARE_ACCOUNT_ID", "CLOUDFLARE_API_TOKEN"] } } }