Alpha Release 0.1.0 - Contract generation #11

Merged
niggl merged 52 commits from dev into main 2021-02-07 15:53:09 +00:00
Showing only changes of commit 06dedc0797 - Show all commits

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 });
}
/**