Skip to content

Commit

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

0 comments on commit 9d14380

Please sign in to comment.