Skip to content

Commit

Permalink
Convert lighthouserc to JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
iamawatermelo authored Sep 7, 2024
1 parent 9d14380 commit de33bd0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
11 changes: 11 additions & 0 deletions .lighthouserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"ci": {
"collect": {
"url": ["http://localhost:8080/"],
"startServerCommand": "npm run preview -- --port=8080",
},
"upload": {
"target": "temporary-public-storage",
},
},
}
11 changes: 0 additions & 11 deletions lighthouserc.js

This file was deleted.

0 comments on commit de33bd0

Please sign in to comment.