[go: nahoru, domu]

blob: 5f1a18276db4ee008462f91411859a150532b0d9 [file] [log] [blame]
const {join} = require('path');
/**
* @type {import("puppeteer").Configuration}
*/
module.exports = {
// Changes the cache location for Puppeteer.
cacheDirectory: join(__dirname, '.cache', 'puppeteer'),
};