{ "$schema": "https://turbo.build/schema.json", "tasks": { "build": { "inputs": [ "src/**", "public/**", "index.html", "*.config.*", "tsconfig*.json", "$VITE_APP_URL", "$VITE_APPWRITE_ENDPOINT", "$VITE_APPWRITE_PROJECT_ID" ], "outputs": ["dist/**"] }, "deploy": { "cache": false, "outputs": [] }, "dev": { "persistent": true, "cache": false } } }