fix: rutasAnalyzeHotFix #2119

Merged
robert merged 30 commits from rutasAnalyzeHotFix into master 2024-03-07 07:21:47 +00:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 0d7a03f655 - Show all commits

5
puppeteerrc.cjs Normal file
View File

@ -0,0 +1,5 @@
const {join} = require('path');
module.exports = {
cacheDirectory: join(__dirname, '.cache', 'puppeteer'),
};