congo/lighthouserc.js

16 lines
411 B
JavaScript
Raw Normal View History

2021-12-21 01:11:06 +00:00
module.exports = {
ci: {
collect: {
2022-01-12 01:20:04 +00:00
startServerCommand: "npm run example -- --disableLiveReload --minify",
2021-12-21 01:11:06 +00:00
startServerReadyPattern: "Web Server is available",
2022-01-20 03:06:28 +00:00
url: ["http://localhost:8008/congo/samples/emoji/"],
settings: {
skipAudits: ["uses-text-compression", "uses-long-cache-ttl"],
},
2021-12-21 01:11:06 +00:00
},
upload: {
target: "temporary-public-storage",
},
},
};