mirror of
https://github.com/dyzulk/trustlab.git
synced 2026-01-26 13:32:06 +07:00
24 lines
772 B
Plaintext
24 lines
772 B
Plaintext
|
|
> trustlab-web@1.0.0 build
|
|
> next build
|
|
|
|
Γû▓ Next.js 16.0.10 (Turbopack)
|
|
- Environments: .env.local
|
|
|
|
Creating an optimized production build ...
|
|
Γ£ô Compiled successfully in 13.8s
|
|
Running TypeScript ...
|
|
Failed to compile.
|
|
|
|
./src/components/admin/ArchiveManagementTable.tsx:120:36
|
|
Type error: Type '"xs"' is not assignable to type 'BadgeSize | undefined'.
|
|
|
|
118 | </Badge>
|
|
119 | {cert.is_latest && (
|
|
> 120 | <Badge size="xs" color="indigo">LIVE - LATEST</Badge>
|
|
| ^
|
|
121 | )}
|
|
122 | </div>
|
|
123 | </TableCell>
|
|
Next.js build worker exited with code: 1 and signal: null
|