Skip to content

Commit

Permalink
Vercel deploy (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshibbotson authored Jun 15, 2024
2 parents 896396e + b30f491 commit ef11222
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 @@ -14,13 +14,14 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"format": "prettier --check .",
"test": "jest",
"lint": "eslint ./",
"codegen": "graphql-codegen --config codegen.ts"
},
"engines": {
"node": "21.5.0"
"node": "20.x"
},
"dependencies": {
"@apollo/client": "^3.10.2",
Expand Down

0 comments on commit ef11222

Please sign in to comment.