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'), }; 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'), };