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

@ -1,2 +1,2 @@
NEXT_PUBLIC_WS_URL=ws://localhost:3001
NEXT_PUBLIC_API_URL=http://localhost:3001/api
NEXT_PUBLIC_WS_URL=ws://localhost
NEXT_PUBLIC_API_URL=http://localhost/api

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}
/>
),
},

View File

@ -13,6 +13,7 @@
"dependencies": {
"@headlessui/react": "^2.2.0",
"@icons-pack/react-simple-icons": "^9.4.0",
"@langchain/core": "^0.3.22",
"@langchain/openai": "^0.0.25",
"@tailwindcss/typography": "^0.5.12",
"clsx": "^2.1.0",

4835
ui/pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff