UNPKG

@foo-software/lighthouse-persist

Version:

A tool for persisting Lighthouse audit results used for website performance monitoring and analysis.

12 lines 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { chromeFlags: [ '--disable-dev-shm-usage', '--headless', '--no-sandbox', '--ignore-certificate-errors', ], port: 4000, }; //# sourceMappingURL=options.js.map