| import type { NextConfig } from 'next'; | |
| const nextConfig: NextConfig = { | |
| reactStrictMode: true, | |
| // API routes handle proxying to backend | |
| }; | |
| export default nextConfig; | |
| import type { NextConfig } from 'next'; | |
| const nextConfig: NextConfig = { | |
| reactStrictMode: true, | |
| // API routes handle proxying to backend | |
| }; | |
| export default nextConfig; | |