next.js/test/e2e/app-dir/next-after-pages/next.config.js
next.config.js7 lines106 B
/** @type {import('next').NextConfig} */
module.exports = {
  experimental: {
    testProxy: true,
  },
}
Quest for Codev2.0.0
/
SIGN IN