mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-05 13:01:30 +01:00
30 lines
729 B
JSON
30 lines
729 B
JSON
{
|
|
"ci": {
|
|
"collect": {
|
|
"startServerCommand": "npm run start",
|
|
"startServerReadyPattern": "ready on",
|
|
"startServerReadyTimeout": 20000,
|
|
"url": ["http://localhost:3000/"],
|
|
"numberOfRuns": 3
|
|
},
|
|
"assert": {
|
|
"preset": "lighthouse:recommended",
|
|
"assertions": {
|
|
"legacy-javascript": "off",
|
|
"unused-javascript": "off",
|
|
"uses-rel-preload": "off",
|
|
"canonical": "off",
|
|
"unsized-images": "off",
|
|
"uses-responsive-images": "off",
|
|
"bypass": "warning",
|
|
"color-contrast": "warning",
|
|
"preload-lcp-image": "warning"
|
|
}
|
|
},
|
|
"upload": {
|
|
"target": "temporary-public-storage"
|
|
},
|
|
"server": {}
|
|
}
|
|
}
|