{ "$schema": "https://turbo.build/schema.json", "pipeline": { "build": { "dependsOn": ["^build"], "outputs": [".svelte-kit/**", ".vercel/**"] }, "lint": {}, "dev": { "cache": false, "persistent": true } } }