| /** @type {import('next').NextConfig} */ | |
| module.exports = { | |
| productionBrowserSourceMaps: true, | |
| logging: { | |
| fetches: {}, | |
| }, | |
| experimental: { | |
| serverActions: { bodySizeLimit: '2mb' }, | |
| }, | |
| } | |
| /** @type {import('next').NextConfig} */ | |
| module.exports = { | |
| productionBrowserSourceMaps: true, | |
| logging: { | |
| fetches: {}, | |
| }, | |
| experimental: { | |
| serverActions: { bodySizeLimit: '2mb' }, | |
| }, | |
| } | |