260306:1608 20260306:1603 fix pnpm hoisting config
Some checks failed
Build and Deploy / deploy (push) Failing after 3m17s
Some checks failed
Build and Deploy / deploy (push) Failing after 3m17s
This commit is contained in:
9
backend/.npmrc
Normal file
9
backend/.npmrc
Normal 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
|
||||||
@@ -36,7 +36,7 @@ export default function TagsPage() {
|
|||||||
accessorKey: "tag_name",
|
accessorKey: "tag_name",
|
||||||
header: "Tag Name",
|
header: "Tag Name",
|
||||||
cell: ({ row }) => {
|
cell: ({ row }) => {
|
||||||
const color = row.original.color_code || 'default';
|
const color = String(row.original.color_code || 'default');
|
||||||
const isHex = color.startsWith('#');
|
const isHex = color.startsWith('#');
|
||||||
return (
|
return (
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user