Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
anand-harsh committed Feb 18, 2024
1 parent f7df828 commit 0fc5d4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"type": "module",
"main": "server.js",
"proxy":"http://localhost:4000",
"proxy":"https://edumi-backenduri.vercel.app/",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
Expand Down
4 changes: 2 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"version":2,
"builds":[
{
"src":"app.js",
"src":"server.js",
"use":"@vercel/node"
}
],
"routes":[
{
"src":"/(.*)",
"dest":"app.js"
"dest":"server.js"
}
]
}

0 comments on commit 0fc5d4b

Please sign in to comment.