examples: added missing sharp dependency to the remix website package (#10931)

When the sharp module is not added to the website package, you get a
reference error when trying to start a production build. This is solved
by just installing the sharp module.

Solves #10929

Co-authored-by: Marwin Hormiz <marwinhormiz@duobit.se>
This commit is contained in:
Marwin Hormiz
2025-02-02 20:46:55 +01:00
committed by GitHub
parent 2f787a9126
commit 58666fbdef

View File

@@ -18,7 +18,8 @@
"payload": "latest",
"payload-app": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"sharp": "0.32.6"
},
"devDependencies": {
"@remix-run/dev": "^2.15.2",