mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Set headless=true
This commit is contained in:
parent
80c14cd6ca
commit
745f55a843
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ const getBrowserPromise = (async () => {
|
|||
],
|
||||
defaultViewport: { height: 1080, width: 1920 },
|
||||
executablePath: process.env.CHROMIUM_PATH ,
|
||||
headless: !!process.env.LAUNCH_HEADLESS,
|
||||
headless: true,
|
||||
timeout: 0,
|
||||
userDataDir: '/tmp/puppeteer',
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue