Move puppeteer-config.json to config directory.

This commit is contained in:
voidking 2023-07-30 15:45:44 +08:00
parent 299ab5d685
commit 7526d59b79
4 changed files with 8 additions and 11 deletions

View file

@ -0,0 +1,6 @@
{
"executablePath": "/usr/bin/chromium",
"args": [
"--no-sandbox"
]
}