/** @type {import('next').NextConfig} */ const nextConfig = { output: 'standalone', reactStrictMode: true, transpilePackages: ['@edr/types', '@edr/ui-common'], images: { unoptimized: false, }, }; export default nextConfig;