We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87054dc commit 223a348Copy full SHA for 223a348
index.js
@@ -10,8 +10,8 @@ import { createServer } from "node:http";
10
import { chromium } from "playwright";
11
import { playAudit } from "playwright-lighthouse";
12
import { z } from "zod";
13
-import lighthouseMobileConfig from "lighthouse/core/config/lr-mobile-config";
14
-import lighthouseDesktopConfig from "lighthouse/core/config/lr-desktop-config";
+import lighthouseMobileConfig from "lighthouse/core/config/lr-mobile-config.js";
+import lighthouseDesktopConfig from "lighthouse/core/config/lr-desktop-config.js";
15
16
const port = process.env.PORT || 3000;
17
const signature = process.env.APPWRITE_BROWSER_SECRET;
0 commit comments