Files
congo-hindi-gujarati/lighthouserc.js
T
2022-01-12 12:20:04 +11:00

13 lines
325 B
JavaScript

module.exports = {
ci: {
collect: {
startServerCommand: "npm run example -- --disableLiveReload --minify",
startServerReadyPattern: "Web Server is available",
url: ["http://localhost:8008/congo/samples/placeholder-text/"],
},
upload: {
target: "temporary-public-storage",
},
},
};