Blueprint: next.config.ts
Copy to apps/web/next.config.ts.
import type { NextConfig } from "next"
const nextConfig: NextConfig = { output: "standalone", transpilePackages: ["@myproject/api-types", "@myproject/api-client"],}
export default nextConfigRequired for Dockerfile.web and Aspire production validation.