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

22 lines
444 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-08-23 19:17:30 +02:00
"csp-xss": "warning"
2021-04-18 01:56:23 +02:00
}
},
"upload": {
"target": "temporary-public-storage"
},
"server": {}
}
}