| Current Path : /var/app/current/fukushisurvey.jp/quill/ |
| Current File : /var/app/current/fukushisurvey.jp/quill/.puppeteerrc.cjs |
const {join} = require('path');
/**
* @type {import("puppeteer").Configuration}
*/
module.exports = {
cacheDirectory: join(__dirname, '.cache', 'puppeteer'),
};