1{ 2 "$schema": "https://turbo.build/schema.json", 3 "extends": ["//"], 4 "tasks": { 5 "build": { 6 "dependsOn": ["@openstatus/react#build"] 7 } 8 } 9}