Untitled
unknown
plain_text
a year ago
184 B
5
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