remove no longer needed puppeteer config

This commit is contained in:
keyan 2024-01-30 18:41:26 -06:00
parent 5b376bf5b9
commit 38e42255dd

View File

@ -1,9 +0,0 @@
const {join} = require('path');
/**
* @type {import("puppeteer").Configuration}
*/
module.exports = {
// Changes the cache location for Puppeteer.
cacheDirectory: join(__dirname, '.cache', 'puppeteer'),
};