From 50baf7c3a7698966e5a8ad68a46386209f62046c Mon Sep 17 00:00:00 2001 From: Lauren Qurashi Date: Fri, 5 Apr 2024 16:44:29 +0100 Subject: [PATCH] amend settings --- lighthouserc.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lighthouserc.js b/lighthouserc.js index 79c1d8723..895dce7e3 100644 --- a/lighthouserc.js +++ b/lighthouserc.js @@ -1,7 +1,9 @@ module.exports = { ci: { - upload: { - target: "temporary-public-storage", + collect: { + url: ["http://localhost:3000/"], + startServerCommand: "docker-compose up --build", }, + upload: { target: "temporary-public-storage" }, }, };