Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
const path = require('path')
module.exports = {
output: 'standalone',
experimental: {
// pnpm virtual-store-dir is outside the app directory
outputFileTracingRoot: path.resolve(__dirname, '../'),
},
}