mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader.git
synced 2025-08-19 12:39:16 +08:00
fix
This commit is contained in:
parent
95799988da
commit
33d7cfc41c
@ -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'),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user