Sign in
android
/
platform
/
frameworks
/
support
/
637b5a27154ab2a8731d9c21d1bfbf598e2317f9
/
.
/
development
/
fetchLicenses
/
.puppeteerrc.cjs
blob: 5f1a18276db4ee008462f91411859a150532b0d9 [
file
] [
log
] [
blame
]
const
{
join
}
=
require
(
'path'
);
/**
* @type {import("puppeteer").Configuration}
*/
module
.
exports
=
{
// Changes the cache location for Puppeteer.
cacheDirectory
:
join
(
__dirname
,
'.cache'
,
'puppeteer'
),
};