congo/lighthouserc.js

13 lines
285 B
JavaScript
Raw Normal View History

2021-12-21 01:11:06 +00:00
module.exports = {
ci: {
collect: {
startServerCommand: "npm run example",
startServerReadyPattern: "Web Server is available",
url: ["http://localhost:8008/congo/samples/markdown/"],
},
upload: {
target: "temporary-public-storage",
},
},
};