MetaGPT/puppeteer-config.json

6 lines
89 B
JSON
Raw Normal View History

2023-07-18 20:00:34 +12:00
{
"executablePath": "/usr/bin/chromium",
"args": [
"--no-sandbox"
]
}