Skip to content

Commit

Permalink
amend settings
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenMullally committed Apr 5, 2024
1 parent f2fd732 commit 51a2f3e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lighthouserc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
module.exports = {
ci: {
upload: {
target: "temporary-public-storage",
collect: {
url: ["http://localhost:3000/"],
startServerCommand: "python manage.py runserver",
},
upload: { target: "temporary-public-storage" },
},
};

0 comments on commit 51a2f3e

Please sign in to comment.