initial commit

This commit is contained in:
Nuno Coração
2022-09-10 20:05:37 +01:00
parent 561a2a87c0
commit 8fbdecb6e7
391 changed files with 22034 additions and 0 deletions

15
lighthouserc.js Normal file
View File

@@ -0,0 +1,15 @@
module.exports = {
ci: {
collect: {
startServerCommand: "npm run example -- --disableLiveReload --minify",
startServerReadyPattern: "Web Server is available",
url: ["http://localhost:8008/blowfish/samples/emoji/"],
settings: {
skipAudits: ["uses-text-compression", "uses-long-cache-ttl"],
},
},
upload: {
target: "temporary-public-storage",
},
},
};