Skip to content

Commit

Permalink
Update vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sailesh3000 authored Jun 26, 2024
1 parent ec5a316 commit db2ef5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"version":2,
"builds" : [
{
"src" : "db.js",
"src" : "app.js",
"use" : "@vercel/node"
}
],
"routes" : [
{
"src" : "/(.*)",
"dest" : "db.js"
"dest" : "app.js"
}
]
}
}

0 comments on commit db2ef5f

Please sign in to comment.