{ "$schema": "https://turbo.build/schema.json", "ui": "tui", "globalDependencies": [".env"], "globalEnv": [ "ALLOWED_ORIGINS", "API_HOST", "API_PORT", "DATABASE_URL", "NODE_ENV", "VITE_API_URL", "VITE_WS_URL" ], "tasks": { "build": { "dependsOn": ["^build"], "inputs": [".env*"], "outputs": ["dist/**"] }, "lint": { "dependsOn": ["^lint"] }, "check-types": { "dependsOn": ["^check-types"] }, "dev": { "cache": false, "persistent": true }, "start": { "cache": false, "persistent": true }, "clean": { "cache": false } } }