{ "$schema": "https://turbo.build/schema.json", "tasks": { "build": { "dependsOn": ["^build"], "outputs": [".output/**", "dist/**"] }, "dev": { "cache": false, "persistent": true }, "deploy": { "dependsOn": ["build"] } } }