260306:1608 20260306:1603 fix pnpm hoisting config
Some checks failed
Build and Deploy / deploy (push) Failing after 3m17s

This commit is contained in:
admin
2026-03-06 16:08:38 +07:00
parent ab2f1ea344
commit 3132954498
2 changed files with 10 additions and 1 deletions

9
backend/.npmrc Normal file
View File

@@ -0,0 +1,9 @@
# pnpm Configuration for Docker Build
# Fix bin linking issues in deploy stage
shamefully-hoist=true
hoist-pattern=*
public-hoist-pattern=*
node-linker=isolated
strict-peer-dependencies=false
auto-install-peers=true

View File

@@ -36,7 +36,7 @@ export default function TagsPage() {
accessorKey: "tag_name",
header: "Tag Name",
cell: ({ row }) => {
const color = row.original.color_code || 'default';
const color = String(row.original.color_code || 'default');
const isHex = color.startsWith('#');
return (
<div className="flex items-center gap-2">