Skip to content

Commit

Permalink
Format .lighthouserc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyfallWasTaken committed Oct 27, 2024
1 parent 7c2e29a commit 03c83ac
Showing 1 changed file with 29 additions and 7 deletions.
36 changes: 29 additions & 7 deletions .lighthouserc.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,41 @@
{
"ci": {
"collect": {
"url": ["http://localhost:8080/"],
"startServerCommand": "npm run preview -- --port=8080"
"url": [
"http://localhost:8080/"
],
"startServerCommand": "bun run preview -- --port=8080"
},
"upload": {
"target": "temporary-public-storage"
},
"assert": {
"assertions": {
"categories:performance": ["error", {"minScore": 0.98}],
"categories:accessibility": ["error", {"minScore": 1}],
"categories:best-practices": ["error", {"minScore": 1}],
"categories:seo": ["error", {"minScore": 1}]
"categories:performance": [
"error",
{
"minScore": 0.98
}
],
"categories:accessibility": [
"error",
{
"minScore": 1
}
],
"categories:best-practices": [
"error",
{
"minScore": 1
}
],
"categories:seo": [
"error",
{
"minScore": 1
}
]
}
}
}
}
}

0 comments on commit 03c83ac

Please sign in to comment.