5 lines
127 B
JavaScript
5 lines
127 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = { productionBrowserSourceMaps: true }
|
|
|
|
module.exports = nextConfig
|