sage-ai / next.config.ts
Arjit
Fix proxy timeout for long-running document processing
978aec7
import type { NextConfig } from 'next';
const nextConfig: NextConfig = {
reactStrictMode: true,
// API routes handle proxying to backend
};
export default nextConfig;