> frontend@0.1.0 build > next build Ôû▓ Next.js 16.0.7 (Turbopack) node.exe : ÔÜá The "middleware" file convention is deprecated. Please use "proxy" instead. Learn more: https://nextjs.org/docs/messages/middleware-to-proxy No linha:1 caractere:1 + & "C:\Program Files\nodejs/node.exe" "C:\Program Files\nodejs/node_mo ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: ( ÔÜá The "middl...leware-to-proxy:String) [], R emoteException + FullyQualifiedErrorId : NativeCommandError Creating an optimized production build ... Ô£ô Compiled successfully in 19.1s Running TypeScript ... Failed to compile. ./src/app/settings/hyper-ai/page.tsx:1614:86 Type error: Cannot find name 'ChevronDown'.   1612 | <td className="px-4 py-3 text-center">  1613 | {isExpanded ? ( > 1614 | <ChevronDown className="w-4 h-4 text-cyan-400" />  | ^  1615 | ) : (  1616 | <ChevronRight className={`w-4 h-4 ${unitsReal > 0 ? 'text-emerald-500' : 'text-slate-600'}`} />  1617 | )} Next.js build worker exited with code: 1 and signal: null