import type { NextConfig } from 'next' const nextConfig: NextConfig = { productionBrowserSourceMaps: true, experimental: { serverSourceMaps: true, }, } export default nextConfig