Untitled

Anonymous
plain_text
05/30/2024 8:48 AM
248 B
13
Indexable
puppeteer.config.cjs


const { join } = require('path');
/**
* @type {import("puppeteer").Configuration}
*/
module.exports = { cacheDirectory: join(__dirname, '.cache', 'puppeteer') };
Editor is loading...
Leave a Comment