Skip to content

Commit

Permalink
fix: http 환경에서 테스트하도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyugeon committed May 29, 2024
1 parent b9c62fc commit be4f240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouserc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
ci: {
collect: {
startServerCommand: 'yarn start',
startServerCommand: 'yarn next start',
startServerReadyPattern: 'ready on',
url: [
'http://localhost:3000/bookarchive',
Expand Down

0 comments on commit be4f240

Please sign in to comment.