Files
lcbp3/frontend/build-detailed.txt
admin c8a0f281ef
Some checks failed
Spec Validation / validate-markdown (push) Has been cancelled
Spec Validation / validate-diagrams (push) Has been cancelled
Spec Validation / check-todos (push) Has been cancelled
251210:1709 Frontend: reeactor organization and run build
2025-12-10 17:09:11 +07:00

51 lines
4.2 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

> 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