1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-19 22:15:53 +02:00
.profile/.lighthouserc.json

24 lines
537 B
JSON
Raw Normal View History

2021-04-18 01:56:23 +02:00
{
"ci": {
"collect": {
"startServerCommand": "npm run start",
"startServerReadyPattern": "ready on",
"startServerReadyTimeout": 20000,
"url": ["http://localhost:3000/"],
2021-04-18 01:56:23 +02:00
"numberOfRuns": 3
},
"assert": {
"preset": "lighthouse:recommended",
"assertions": {
2021-06-15 20:35:52 +02:00
"csp-xss": "warning",
"non-composited-animations": "warning",
"uses-responsive-images": "warning"
2021-04-18 01:56:23 +02:00
}
},
"upload": {
"target": "temporary-public-storage"
},
"server": {}
}
}