Commit 20a12815 authored by Serafino's avatar Serafino
Browse files

added puppeteer config file

parent 1a5b0ca6
Loading
Loading
Loading
Loading
Loading

.puppeteerc.cjs

0 → 100644
+9 −0
Original line number Diff line number Diff line
const {join} = require('path');

/**
 * @type {import("puppeteer").Configuration}
 */
module.exports = {
  // Changes the cache location for Puppeteer.
  cacheDirectory: join(__dirname, '.cache', 'puppeteer'),
};