{ "ci": { "collect": { "startServerCommand": "npm run start", "startServerReadyPattern": "ready on", "startServerReadyTimeout": 20000, "url": [ "http://localhost:3000/", "http://localhost:3000/blog", "http://localhost:3000/blog/hello-world" ], "numberOfRuns": 1 }, "assert": { "preset": "lighthouse:recommended", "assertions": { "csp-xss": "warning", "non-composited-animations": "warning", "unused-javascript": "warning", "image-size-responsive": "warning", "unsized-images": "warning", "color-contrast": "warning" } }, "upload": { "target": "temporary-public-storage" }, "server": {} } }