Skip to content

Commit e1c39b6

Browse files
committed
feat: path browserify
1 parent ae4ebc6 commit e1c39b6

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

chat/bun.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"lucide-react": "^0.511.0",
1616
"next": "15.4.7",
1717
"next-themes": "^0.4.6",
18+
"path-browserify": "^1.0.1",
1819
"react": "^19.0.0",
1920
"react-dom": "^19.0.0",
2021
"react-dropzone": "^14.3.8",

chat/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"lucide-react": "^0.511.0",
1212
"next": "15.4.7",
1313
"next-themes": "^0.4.6",
14+
"path-browserify": "^1.0.1",
1415
"react": "^19.0.0",
1516
"react-dom": "^19.0.0",
1617
"react-dropzone": "^14.3.8",

chat/src/components/upload-dialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import JSZip from "jszip";
99
import { useChat } from "@/components/chat-provider";
1010
import {toast} from "sonner";
1111
import {Checkbox} from "@/components/ui/checkbox";
12-
import path from "node:path";
12+
import path from "path";
1313

1414
interface UploadDialogProps {
1515
open: boolean

0 commit comments

Comments
 (0)