Removed puppeteer args

ref #5
This commit is contained in:
Nicolai Ort 2021-02-07 16:07:38 +01:00
parent 785544ca16
commit 06dedc0797
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ export class PdfCreator {
return i18next.t(str, PdfCreator.interpolations).toString();
}
);
this.browser = await puppeteer.launch({ headless: true, args: ['--disable-dev-shm-usage', '--shm-size=10gb'] });
this.browser = await puppeteer.launch({ headless: true });
}
/**