Last active
December 13, 2020 08:40
-
-
Save ohmrefresh/b50d29b6cf4662ee4efa22fb804cedbd to your computer and use it in GitHub Desktop.
Revisions
-
ohmrefresh revised this gist
Dec 13, 2020 . 1 changed file with 12 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ { "ci": { "server": { "port": 9001, "storage": { "storageMethod": "sql", "sqlDialect": "sqlite", "sqlDatabasePath": "/data/lhci.db" } } } } -
ohmrefresh revised this gist
Dec 13, 2020 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -7,6 +7,9 @@ "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" } } -
ohmrefresh created this gist
Dec 13, 2020 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ { "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" } }