mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-08-11 02:08:43 +00:00
switch to pnpm
This commit is contained in:
@ -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
|
||||
|
@ -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}
|
||||
/>
|
||||
),
|
||||
},
|
||||
|
@ -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
4835
ui/pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
3449
ui/yarn.lock
3449
ui/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user