Files
edr-platform/apps/edr-passenger-web/portal/next.config.js
2026-06-03 16:14:41 +03:00

11 lines
213 B
JavaScript

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