{ "$schema": "https://turborepo.dev/schema.json", "ui": "tui", "globalEnv": [ "BETTERNAS_CLONE_NAME", "BETTERNAS_CONTROL_PLANE_CLIENT_TOKEN", "BETTERNAS_CONTROL_PLANE_PORT", "BETTERNAS_CONTROL_PLANE_URL" ], "tasks": { "build": { "dependsOn": ["^build"], "inputs": ["$TURBO_DEFAULT$", ".env*"], "outputs": ["dist/**", ".next/**", "!.next/cache/**"] }, "lint": { "dependsOn": ["^lint"] }, "format": { "cache": false }, "format:check": { "dependsOn": ["^format:check"] }, "check-types": { "dependsOn": ["^check-types"] }, "test": { "dependsOn": ["^test"] }, "dev": { "cache": false, "persistent": true } } }