diff --git a/app/lighthouserc.js b/app/lighthouserc.js index 338afbd..f4ec3e2 100644 --- a/app/lighthouserc.js +++ b/app/lighthouserc.js @@ -6,6 +6,7 @@ module.exports = { numberOfRuns: 1, // We don't care about variable page performance metrics in CI - just static asserts startServerCommand: `DB_USER=sadilar DB_PASSWORD=sadilar ` + "python manage.py runserver localhost:3000", + startServerReadyPattern: "/Starting development server at/i", url: [ "http://localhost:3000", "http://localhost:3000/search/",