|
|
|
@ -246,7 +246,7 @@ const map_event = ({ node: event }) => { |
|
|
|
|
|
|
|
|
|
|
|
const open_browser = async () => { |
|
|
|
const open_browser = async () => { |
|
|
|
const browser = await puppeteer.launch({ |
|
|
|
const browser = await puppeteer.launch({ |
|
|
|
headless: false, |
|
|
|
headless: true, |
|
|
|
args: ['--disable-dev-shm-usage'], |
|
|
|
args: ['--disable-dev-shm-usage'], |
|
|
|
}); |
|
|
|
}); |
|
|
|
return browser; |
|
|
|
return browser; |
|
|
|
|