next.js/test/e2e/app-dir/binary/next.config.js
next.config.js7 lines124 B
module.exports = {
  experimental: {
    // This ensures that we're running the experimental React.
    taint: true,
  },
}
Quest for Codev2.0.0
/
SIGN IN