From 4a1d388550422bcd74d8dcbe8a2b5bc7e45ffbf3 Mon Sep 17 00:00:00 2001 From: minsu-zip Date: Thu, 15 Aug 2024 01:42:15 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=A3=BC=EC=86=8C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .lighthouserc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lighthouserc.js b/.lighthouserc.js index 79b92de..c364958 100644 --- a/.lighthouserc.js +++ b/.lighthouserc.js @@ -3,7 +3,7 @@ module.exports = { collect: { startServerCommand: "pnpm run dev", // 서버 실행 startServerReadyPattern: "ready on", - url: ["http://localhost:3000"], // 실행할 주소 + url: ["http://localhost:8080"], // 실행할 주소 numberOfRuns: 3, // 실행 횟수 settings: { preset: "desktop",