diff --git a/.puppeteerrc.cjs b/.puppeteerrc.cjs deleted file mode 100644 index a7021076..00000000 --- a/.puppeteerrc.cjs +++ /dev/null @@ -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'), -}; \ No newline at end of file