Skip to content

Commit

Permalink
✨ Feat: args 추가
Browse files Browse the repository at this point in the history
#
  • Loading branch information
ks1ksi committed Sep 15, 2024
1 parent cd5055e commit 05b879d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scrap/args.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const lambdaBrowserArgs = JSON.stringify([
'--disable-web-security',
'--no-sandbox',
'--no-zygote',
'--headless=new',
]);

export const defaultSingleFileArgs = {
Expand Down

0 comments on commit 05b879d

Please sign in to comment.