We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8494677 commit 7027841Copy full SHA for 7027841
puppeteer.config.cjs
@@ -0,0 +1,9 @@
1
+const { join } = require('path');
2
+
3
+/**
4
+ * @type {import("puppeteer").Configuration}
5
+ */
6
+module.exports = {
7
+ // Changes the cache location for Puppeteer.
8
+ cacheDirectory: join(__dirname, '.cache', 'puppeteer'),
9
+};
0 commit comments