{ "$schema": "https://turbo.build/schema.json", "tasks": { "build": { "inputs": ["$TURBO_DEFAULT$", ".env*"], "dependsOn": ["^build"], "outputs": [".next/**", "!.next/cache/**"] }, "dev": { "persistent": true, "cache": false }, "lint": {}, "test": {} } }