From 6b3ec384b52cf4c144d70c30642369e0f7ab4ffb Mon Sep 17 00:00:00 2001 From: Restioson Date: Tue, 22 Oct 2024 15:31:57 +0200 Subject: [PATCH] fixup! chore(ci): set up Lighthouse auditing in CI --- app/lighthouserc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lighthouserc.js b/app/lighthouserc.js index a6e9f02a..3cbc936b 100644 --- a/app/lighthouserc.js +++ b/app/lighthouserc.js @@ -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",