Skip to content

Commit

Permalink
chore: update lighthouserc.js to use Bun for server command and add L…
Browse files Browse the repository at this point in the history
…ighthouse assertions
  • Loading branch information
developaul committed Dec 8, 2024
1 parent 3be42ec commit f56e149
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lighthouserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ module.exports = {
collect: {
numberOfRuns: 3,
url: ['http://localhost:3000/'],
startServerCommand: 'npm run start'
startServerCommand: 'bun run start'
},
upload: {
target: 'temporary-public-storage'
},
assert: {
preset: 'lighthouse:recommended'
}
}
};

0 comments on commit f56e149

Please sign in to comment.