Skip to content

Commit 223a348

Browse files
fix: imports
1 parent 87054dc commit 223a348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import { createServer } from "node:http";
1010
import { chromium } from "playwright";
1111
import { playAudit } from "playwright-lighthouse";
1212
import { z } from "zod";
13-
import lighthouseMobileConfig from "lighthouse/core/config/lr-mobile-config";
14-
import lighthouseDesktopConfig from "lighthouse/core/config/lr-desktop-config";
13+
import lighthouseMobileConfig from "lighthouse/core/config/lr-mobile-config.js";
14+
import lighthouseDesktopConfig from "lighthouse/core/config/lr-desktop-config.js";
1515

1616
const port = process.env.PORT || 3000;
1717
const signature = process.env.APPWRITE_BROWSER_SECRET;

0 commit comments

Comments
 (0)