Skip to content

Commit

Permalink
fixup! chore(ci): set up Lighthouse auditing in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Restioson committed Oct 22, 2024
1 parent 4c8be4a commit 6b3ec38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lighthouserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
numberOfRuns: 1,

// If we don't set PYTHONUNBUFFERED=1, then the ready message is never detected by lhci
startServerCommand: "PYTHONUNBUFFERED=1 DEBUG=False python manage.py runserver localhost:3000",
startServerCommand: "PYTHONUNBUFFERED=1 DEBUG='' python manage.py runserver localhost:3000",
startServerReadyPattern: "Starting development server at",
url: [
"http://localhost:3000",
Expand Down

0 comments on commit 6b3ec38

Please sign in to comment.