Skip to content

Commit 449c04e

Browse files
committed
Fix add puppeteer-config
1 parent d0fbf70 commit 449c04e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

puppeteer-config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"executablePath": "/usr/bin/chromium-browser",
3+
"args": [
4+
"--no-sandbox"
5+
]
6+
}

0 commit comments

Comments
 (0)