{ "$schema": "https://turbo.build/schema.json", "ui": "tui", "tasks": { "build": { "dependsOn": ["^build"], "inputs": ["$TURBO_DEFAULT$", ".env*"], "outputs": [".svelte-kit/**", "build/**", "dist/**"] }, "check": { "dependsOn": ["^build"] }, "lint": {}, "test": { "dependsOn": ["^build"], "cache": false }, "dev": { "cache": false, "persistent": true } } }