unlighthouse config
This commit is contained in:
parent
84b43872d1
commit
38cc096e7e
1 changed files with 5 additions and 0 deletions
5
unlighthouse.config.ts
Normal file
5
unlighthouse.config.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
export default {
|
||||
puppeteerOptions: {
|
||||
args: ["--no-sandbox", "--disable-setuid-sandbox"],
|
||||
},
|
||||
}
|
Loading…
Reference in a new issue