From 5ea7d57839a6fc4601d2a15d9ef4ec7b230416ff Mon Sep 17 00:00:00 2001 From: minsu-zip Date: Thu, 15 Aug 2024 01:45:05 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=ED=8F=AC=ED=8A=B8=EB=B2=88=ED=98=B8?= =?UTF-8?q?=20=EC=A0=9C=EA=B1=B0=20=ED=85=8C=EC=8A=A4=ED=8A=B8?= 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 c364958..315ad39 100644 --- a/.lighthouserc.js +++ b/.lighthouserc.js @@ -3,7 +3,7 @@ module.exports = { collect: { startServerCommand: "pnpm run dev", // 서버 실행 startServerReadyPattern: "ready on", - url: ["http://localhost:8080"], // 실행할 주소 + url: ["http://localhost"], // 실행할 주소 numberOfRuns: 3, // 실행 횟수 settings: { preset: "desktop",