puppeteer config
This commit is contained in:
parent
f1a4e9c682
commit
e79f39274b
|
@ -0,0 +1,9 @@
|
|||
const {join} = require('path');
|
||||
|
||||
/**
|
||||
* @type {import("puppeteer").Configuration}
|
||||
*/
|
||||
module.exports = {
|
||||
// Changes the cache location for Puppeteer.
|
||||
cacheDirectory: join(__dirname, '.cache', 'puppeteer'),
|
||||
};
|
Loading…
Reference in New Issue