{ "$schema": "https://turbo.build/schema.json", "pipeline": { "dev": { "dependsOn": [], "cache": false }, "build": { "dependsOn": ["^build"], "outputs": [] }, "start": { "dependsOn": ["build"] } } }