From 1e7a7d752b20c166d6d57793a6c12d2a9caa1fcb Mon Sep 17 00:00:00 2001 From: Restioson Date: Fri, 18 Oct 2024 16:19:07 +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 e45b711..23538db 100644 --- a/app/lighthouserc.js +++ b/app/lighthouserc.js @@ -4,7 +4,7 @@ module.exports = { ci: { collect: { startServerCommand: `DATABASE_URL=${env.DATABASE_URL} DJANGO_SETTINGS_MODULE=${env.DJANGO_SETTINGS_MODULE} ` - `python manage.py runserver localhost:3000`, + + "python manage.py runserver localhost:3000", url: [ "http://localhost:3000", "http://localhost:3000/search/",