switch to pnpm

This commit is contained in:
litongjava
2024-12-08 16:48:38 -10:00
parent 2c5ca94b3c
commit 4d2b1c6d11
5 changed files with 4842 additions and 3455 deletions

View File

@ -48,8 +48,8 @@ const focusModes = [
icon: (
<SiYoutube
className="h-5 w-auto mr-0.5"
onPointerEnterCapture={undefined}
onPointerLeaveCapture={undefined}
onPointerEnter={undefined}
onPointerLeave={undefined}
/>
),
},
@ -60,8 +60,8 @@ const focusModes = [
icon: (
<SiReddit
className="h-5 w-auto mr-0.5"
onPointerEnterCapture={undefined}
onPointerLeaveCapture={undefined}
onPointerEnter={undefined}
onPointerLeave={undefined}
/>
),
},