congo/lighthouserc.js

13 lines
325 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-12 01:20:04 +00:00
url: ["http://localhost:8008/congo/samples/placeholder-text/"],
2021-12-21 01:11:06 +00:00
},
upload: {
target: "temporary-public-storage",
},
},
};