Skip to content

Commit

Permalink
deploy errors fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vatan45 committed Oct 1, 2024
1 parent 3410725 commit d7a6d20
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"devDependencies": {
"turbo": "^2.1.3"
},
"packageManager": "[email protected]" // Replace with your actual npm version
"packageManager": "[email protected]"
}
14 changes: 14 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"builds": [
{
"src": "packages/web/next.config.js",
"use": "@vercel/next"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "/"
}
]
}

0 comments on commit d7a6d20

Please sign in to comment.