remove no longer needed puppeteer config
This commit is contained in:
parent
5b376bf5b9
commit
38e42255dd
|
@ -1,9 +0,0 @@
|
||||||
const {join} = require('path');
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @type {import("puppeteer").Configuration}
|
|
||||||
*/
|
|
||||||
module.exports = {
|
|
||||||
// Changes the cache location for Puppeteer.
|
|
||||||
cacheDirectory: join(__dirname, '.cache', 'puppeteer'),
|
|
||||||
};
|
|
Loading…
Reference in New Issue