Last active
December 13, 2020 08:40
-
-
Save ohmrefresh/b50d29b6cf4662ee4efa22fb804cedbd to your computer and use it in GitHub Desktop.
lhci
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ci": { | |
"server": { | |
"port": 9001, | |
"storage": { | |
"storageMethod": "sql", | |
"sqlDialect": "sqlite", | |
"sqlDatabasePath": "/data/lhci.db" | |
} | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "lhci", | |
"version": "0.0.0", | |
"scripts": { | |
"start": "lhci server --config=./lighthouserc.json" | |
}, | |
"dependencies": { | |
"@lhci/cli": "0.6.1", | |
"@lhci/server": "0.6.1", | |
"sqlite3": "^4.0.6", | |
"mysql2": "^2.1.0", | |
"pg": "^7.12.1", | |
"pg-hstore": "^2.3.3" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment