unlighthouse config

This commit is contained in:
Firq 2023-07-08 23:44:31 +02:00
parent 84b43872d1
commit 38cc096e7e
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

5
unlighthouse.config.ts Normal file
View file

@ -0,0 +1,5 @@
export default {
puppeteerOptions: {
args: ["--no-sandbox", "--disable-setuid-sandbox"],
},
}