next.js / test /e2e /app-dir /binary /next.config.js
AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
module.exports = {
experimental: {
// This ensures that we're running the experimental React.
taint: true,
},
}