{ "ci": { "collect": { "staticDistDir": "./dist", "numberOfRuns": 3, "settings": { "preset": "desktop" } }, "assert": { "assertions": { "categories:performance": ["error", { "minScore": 0.7 }], "largest-contentful-paint": ["error", { "maxNumericValue": 3000 }], "cumulative-layout-shift": ["error", { "maxNumericValue": 0.15 }], "categories:accessibility": ["warn", { "minScore": 0.8 }], "categories:best-practices": ["warn", { "minScore": 0.8 }] } }, "upload": { "target": "temporary-public-storage" } } }