Joshua Gibeon
Results
2
comments of
Joshua Gibeon
It's possible to use configuration file. In fact, currently I use configuration file to configure lighthouse to run in desktop configuration. In my case, the problem is that there's some...
@soulgalore Thank you for the fix, but I still got the same issue: verbose: ``` "lighthouse": { "extends": "lighthouse:default", "settings": { "formFactor": "desktop", "screenEmulation": { "mobile": "false" } } },...