> lcbp3-frontend@1.5.1 build > next build node.exe : ΓÜá Warning: Next.js inferred your workspace root, but it may not be correct. At line:1 char:1 + & "C:\Program Files\nodejs/node.exe" "C:\Users\peanc\AppData\Roaming\ ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: ( ΓÜá Warning: N...not be correct.:St ring) [], RemoteException + FullyQualifiedErrorId : NativeCommandError We detected multiple lockfiles and selected the directory of D:\nap-dms.lcbp3\pnpm-lock.yaml as the root directory. To silence this warning, set `turbopack.root` in your Next.js config, or consider removing one of the lockfiles if it's not needed. See https://nextjs.org/docs/app/api-reference/config/next-config-js/turbopack#r oot-directory for more information. Detected additional lockfiles: * D:\nap-dms.lcbp3\frontend\pnpm-lock.yaml Γû▓ Next.js 16.0.7 (Turbopack) - Environments: .env.local ΓÜá The "middleware" file convention is deprecated. Please use "proxy" instead. Learn more: https://nextjs.org/docs/messages/middleware-to-proxy Creating an optimized production build ... Γ£ô Compiled successfully in 7.8s Running TypeScript ... Failed to compile. ./app/(dashboard)/rfas/page.tsx:17:56 Type error: Object literal may only specify known properties, but 'status' does not exist in type 'SearchRfaDto'. Did you mean to write 'statusId'?   15 | const search = searchParams.get('search') || undefined;  16 | > 17 | const { data, isLoading, isError } = useRFAs({ page, status, search });  | ^  18 |  19 | return (  20 | <div className="space-y-6"> Next.js build worker exited with code: 1 and signal: null