Skip to content

Commit de2bf3f

Browse files
authored
we need to change the location from /root to /home/user https://pptr.dev/guides/configuration
1 parent 00847dc commit de2bf3f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/**
2+
* @type {import("puppeteer").Configuration}
3+
*/
4+
module.exports = {
5+
// Changes the cache location for Puppeteer.
6+
cacheDirectory: join(__dirname, ".cache", "puppeteer"),
7+
};

0 commit comments

Comments
 (0)