Skip to content

Commit

Permalink
fix: https 환경으로 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyugeon committed May 29, 2024
1 parent be4f240 commit 105f626
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lighthouserc.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
module.exports = {
ci: {
collect: {
startServerCommand: 'yarn next start',
startServerCommand: 'yarn start',
startServerReadyPattern: 'ready on',
url: [
'http://localhost:3000/bookarchive',
'http://localhost:3000/book/search',
'http://localhost:3000/group',
'http://localhost:3000/profile/me',
'https://local.dev.dadok.app/bookarchive',
'https://local.dev.dadok.app/book/search',
'https://local.dev.dadok.app/group',
'https://local.dev.dadok.app/profile/me',
],
numberOfRuns: 5,
numberOfRuns: 1,
},
upload: {
target: 'temporary-public-storage',
Expand Down

0 comments on commit 105f626

Please sign in to comment.