{ "buildCommand": "npm run build", "outputDirectory": ".next", "framework": "nextjs", "rewrites": [ { "source": "/api/v1/:path*", "destination": "https://pyae1994-autonomous-coding-system.hf.space/api/v1/:path*" }, { "source": "/ws/:path*", "destination": "https://pyae1994-autonomous-coding-system.hf.space/ws/:path*" } ], "headers": [ { "source": "/(.*)", "headers": [ { "key": "X-Powered-By", "value": "Pyae Sone" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" } ] } ] }