From 38cc096e7e171b239f7f3e5934e9b8e4cb0de323 Mon Sep 17 00:00:00 2001 From: Firq Date: Sat, 8 Jul 2023 23:44:31 +0200 Subject: [PATCH] unlighthouse config --- unlighthouse.config.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 unlighthouse.config.ts diff --git a/unlighthouse.config.ts b/unlighthouse.config.ts new file mode 100644 index 0000000..ab8f97b --- /dev/null +++ b/unlighthouse.config.ts @@ -0,0 +1,5 @@ +export default { + puppeteerOptions: { + args: ["--no-sandbox", "--disable-setuid-sandbox"], + }, + } \ No newline at end of file