Skip to content

Commit

Permalink
feat: puppeteer config
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorShadurin committed Jan 15, 2024
1 parent a79cc0f commit 62791b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions puppeteer.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// const { executablePath } = require('puppeteer')
// eslint-disable-next-line no-console
// console.log('process.env.PUPPETEER_EXEC_PATH', executablePath)
// eslint-disable-next-line @typescript-eslint/no-var-requires
const { join } = require('path')
/**
* @type {import("puppeteer").Configuration}
*/
Expand Down

0 comments on commit 62791b2

Please sign in to comment.