Skip to content

Commit

Permalink
fix: 🐛 image uploading
Browse files Browse the repository at this point in the history
fix #240, #243
  • Loading branch information
moinulmoin committed Oct 5, 2024
1 parent 5c5b92b commit 986fb7b
Show file tree
Hide file tree
Showing 7 changed files with 225 additions and 173 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,6 @@ workbox-*.*
!.env.project
!.env.vault

.velite
.velite

.cursorrules
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@radix-ui/react-toast": "^1.1.5",
"@react-email/components": "^0.0.12",
"@serwist/next": "^9.0.3",
"@uploadthing/react": "^6.0.2",
"@uploadthing/react": "^7.0.2",
"arctic": "^1.9.1",
"dayjs": "^1.11.10",
"input-otp": "^1.2.4",
Expand All @@ -43,12 +43,11 @@
"postcss": "8.4.35",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-email": "1.10.0",
"react-hook-form": "^7.49.2",
"resend": "^3.4.0",
"stripe": "^14.8.0",
"uploadthing": "^6.13.2",
"uploadthing": "^7.0.2",
"zod": "^3.22.4"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 986fb7b

Please sign in to comment.