2
2
mirror of https://github.com/Thream/website.git synced 2024-07-12 21:30:11 +02:00
website/.lighthouserc.json
2021-10-24 05:48:06 +02:00

24 lines
532 B
JSON

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