next.js/test/e2e/app-dir/actions/next.config.js
next.config.js11 lines202 B
/** @type {import('next').NextConfig} */
module.exports = {
  productionBrowserSourceMaps: true,
  logging: {
    fetches: {},
  },
  experimental: {
    serverActions: { bodySizeLimit: '2mb' },
  },
}
Quest for Codev2.0.0
/
SIGN IN