File size: 178 Bytes
7b00805
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
const {join} = require('path');

/**
 * @type {import("puppeteer").Configuration}
 */
module.exports = {
  cacheDirectory: join(__dirname, 'node_modules', '.puppeteer_cache'),
};