Skip to content

Commit

Permalink
fix(create-remix): add missing @remix-run/serve dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mcansh authored Nov 24, 2021
1 parent eb12aea commit 8263ae5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/create-remix/templates/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"dev": "remix dev"
},
"dependencies": {
"@remix-run/serve": "*",
"@remix-run/vercel": "*"
}
}

0 comments on commit 8263ae5

Please sign in to comment.