Node desktop configuration #16300
Unanswered
laxminarayanaboga
asked this question in
General
Replies: 1 comment
-
You have to use the desktop config: import lighthouse, {desktopConfig} from 'lighthouse';
await lighthouse('https://example.com', undefined, desktopConfig); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to run the lighthouse for my application using node module (not cli, but as a node).
It always runs agianst mobile version, not a desktop version. Can someone please share the piece of code.
Beta Was this translation helpful? Give feedback.
All reactions