{ "$schema": "https://turbo.build/schema.json", "extends": ["//"], "tasks": { "dev": { "dependsOn": ["^build"], "cache": false, "persistent": true } } }