fix: correct lighthouse and chrome-launcher imports

This commit is contained in:
张翔
2026-03-06 11:22:19 +08:00
parent 4036b286a0
commit db992cf4fb
+1 -1
View File
@@ -1,4 +1,4 @@
const lighthouse = require('lighthouse');
const lighthouse = require('lighthouse').default;
const chromeLauncher = require('chrome-launcher');
const fs = require('fs');
const path = require('path');