saleor-dashboard/lighthouserc.json

10 lines
150 B
JSON
Raw Normal View History

{
"ci": {
"collect": {
"url": ["http://localhost:3000/"],
"numberOfRuns": 5,
"staticDistDir": "./build/dashboard"
}
}
}