Skip to content

Commit

Permalink
chore: add staticDistDir to lhci config
Browse files Browse the repository at this point in the history
  • Loading branch information
Yokaito committed Nov 15, 2023
1 parent 4da437f commit d0b3561
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/commerce/lighthouserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
urls: Object.values(lhConfig.pages),
server: lhConfig.server,
startServerCommand: lhConfig.startServerCommand,
staticDistDir: 'dist/apps/commerce',
collect: {
url: Object.values(lhConfig.pages).map((url) => `${lhConfig.server}${url}`)
},
Expand Down

0 comments on commit d0b3561

Please sign in to comment.