This commit is contained in:
Yanlong Wang 2024-04-13 08:25:52 +08:00
parent 95799988da
commit 33d7cfc41c
No known key found for this signature in database
GPG Key ID: C0A623C0BADF9F37

View File

@ -4,7 +4,7 @@ let config = {};
if (!process.env.FUNCTIONS_EMULATOR) { if (!process.env.FUNCTIONS_EMULATOR) {
config = { config = {
// Changes the cache location for Puppeteer. // Changes the cache location for Puppeteer.
cacheDirectory: join(__dirname, 'puppeteer'), cacheDirectory: join(__dirname, 'node_modules', 'puppeteer', 'walk-around-lame-gcp-build'),
}; };
} }