diff --git a/.puppeteerrc.cjs b/.puppeteerrc.cjs deleted file mode 100644 index 40e9d6c..0000000 --- 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"), -};