👷 Add Lighthouse CI configuration

This commit is contained in:
James Panther
2021-12-21 12:11:06 +11:00
parent 4832b0900a
commit ccfd369c67
3 changed files with 15 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
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",
},
},
};