next.js/test/e2e/app-dir/actions-unrecognized/next.config.ts
next.config.ts12 lines219 B
import type { NextConfig } from 'next'

const nextConfig: NextConfig = {
  productionBrowserSourceMaps: true,
  experimental: {
    prefetchInlining: false,
    serverSourceMaps: true,
  },
}

export default nextConfig
Quest for Codev2.0.0
/
SIGN IN