Ôû▓ 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 21.9s Running TypeScript ... Failed to compile. ./src/components/ui/SalesFireworks.tsx:40:26 Type error: 'canvas' is possibly 'null'.   38 | this.angle = Math.random() * Math.PI * 2;  39 | // Start near center > 40 | this.x = canvas.width / 2 + Math.cos(this.angle) * (Math.random() * 50);  | ^  41 | this.y = canvas.height / 2 + Math.sin(this.angle) * (Math.random() * 50);  42 | this.z = Math.random() * 0.5 + 0.1;  43 | this.speed = Math.random() * 15 + 10; Next.js build worker exited with code: 1 and signal: null