From 986e3c827e29895595c857eebfc64a806550aa33 Mon Sep 17 00:00:00 2001 From: usamimeri_renko <1710269958@qq.com> Date: Mon, 29 Apr 2024 09:37:30 +0800 Subject: [PATCH] fix --- config/puppeteer-config.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config/puppeteer-config.json diff --git a/config/puppeteer-config.json b/config/puppeteer-config.json new file mode 100644 index 000000000..b74a514e7 --- /dev/null +++ b/config/puppeteer-config.json @@ -0,0 +1,4 @@ +{ + "executablePath": "/usr/bin/chromium", + "args": ["--no-sandbox"] +}