lora-studio / .puppeteerrc.cjs
enzostvs's picture
enzostvs HF staff
add metadata auto generated on first load of the model
7b00805
raw
history blame contribute delete
No virus
178 Bytes
const {join} = require('path');
/**
* @type {import("puppeteer").Configuration}
*/
module.exports = {
cacheDirectory: join(__dirname, 'node_modules', '.puppeteer_cache'),
};