Skip to content

Commit

Permalink
WIP lighthouse server
Browse files Browse the repository at this point in the history
  • Loading branch information
aferreira-deo committed Jun 8, 2024
1 parent c12662c commit 9d7b3c9
Show file tree
Hide file tree
Showing 4 changed files with 2,082 additions and 39 deletions.
Binary file added db.sql
Binary file not shown.
9 changes: 7 additions & 2 deletions lighthouserc.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
module.exports = {
ci: {
collect: {
// url: ['http://192.168.1.2:8080'],
url: ['https://aferreira-deo.github.io/jftl-lighthouse-workshop/'],
url: ['http://192.168.1.2:8080'],
// url: ['https://aferreira-deo.github.io/jftl-lighthouse-workshop/'],
upload: {
target: 'lhci',
serverBaseUrl: 'http://localhost:9001',
token: '1d717273-a54e-4efd-8ec3-4f920ccbfa7b', // the build token provider by the wizard.
},
},
assert: {
assertions: {
Expand Down
Loading

0 comments on commit 9d7b3c9

Please sign in to comment.