Skip to content

Commit

Permalink
Hot fix puppeteer's access to browser
Browse files Browse the repository at this point in the history
  • Loading branch information
bespoyasov committed Dec 19, 2023
1 parent b9db467 commit 85878fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ npm-debug.log*

.vscode
.next
.cache
dist

/public/solid-book.pdf
Expand Down
5 changes: 5 additions & 0 deletions .puppeteerrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const { join } = require('path')

module.exports = {
cacheDirectory: join(__dirname, '.cache', 'puppeteer')
}

0 comments on commit 85878fc

Please sign in to comment.