Skip to content

Commit

Permalink
Puppeteerrc at root of project
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <[email protected]>
  • Loading branch information
aaronchongth committed Dec 29, 2023
1 parent f111330 commit 14ed675
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .puppeteerrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
const {join} = require('path');

/**
* @type {import("puppeteer").Configuration}
*/
module.exports = {
// Changes the cache location for Puppeteer.
cacheDirectory: join(__dirname, '.cache', 'puppeteer'),
};

0 comments on commit 14ed675

Please sign in to comment.