fix: try to fix puppeteer
gitea/salix/pipeline/pr-master There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2024-03-06 07:37:12 +01:00
parent 7ac4617f48
commit 0d7a03f655
1 changed files with 5 additions and 0 deletions

5
puppeteerrc.cjs Normal file
View File

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