Skip to content

Instantly share code, notes, and snippets.

@ohmrefresh
Last active December 13, 2020 08:40
Show Gist options
  • Save ohmrefresh/b50d29b6cf4662ee4efa22fb804cedbd to your computer and use it in GitHub Desktop.
Save ohmrefresh/b50d29b6cf4662ee4efa22fb804cedbd to your computer and use it in GitHub Desktop.
lhci
{
"ci": {
"server": {
"port": 9001,
"storage": {
"storageMethod": "sql",
"sqlDialect": "sqlite",
"sqlDatabasePath": "/data/lhci.db"
}
}
}
}
{
"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