Skip to content

Commit

Permalink
fix(front): missing sharp for prod (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayllyz authored Apr 13, 2024
1 parent 427d31c commit 6ddbcd6
Show file tree
Hide file tree
Showing 3 changed files with 266 additions and 5 deletions.
3 changes: 2 additions & 1 deletion apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"@repo/ui": "workspace:*",
"next": "^14.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"sharp": "^0.33.3"
},
"devDependencies": {
"@repo/biome-config": "workspace:*",
Expand Down
3 changes: 2 additions & 1 deletion apps/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"@repo/ui": "workspace:*",
"next": "^14.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"sharp": "^0.33.3"
},
"devDependencies": {
"@repo/biome-config": "workspace:*",
Expand Down
265 changes: 262 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6ddbcd6

Please sign in to comment.