fix: add missing fs and path imports to scripts
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
const { runLighthouse, generateReport, extractMetrics } = require('./utils/lighthouse-runner');
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
|
||||
const PAGES = [
|
||||
{ name: '首页', url: 'http://localhost:3000' },
|
||||
|
||||
Reference in New Issue
Block a user