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