Skip to content

Commit

Permalink
Adding vercel-build to fix the canvas issue: https://github.com/Autom…
Browse files Browse the repository at this point in the history
  • Loading branch information
the0w1 committed Feb 9, 2024
1 parent 1d587b2 commit 34ac224
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start"
"start": "next start",
"vercel-build": "yum install gcc-c++ cairo-devel pango-devel libjpeg-turbo-devel giflib-devel"
},
"dependencies": {
"@farcaster/hub-nodejs": "^0.10.21",
Expand Down

0 comments on commit 34ac224

Please sign in to comment.