Skip to content

Commit

Permalink
Escrow Mapping Contract Updation
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanX21 committed Sep 8, 2024
1 parent 7a8d6eb commit e0c86fd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/backend/ninja/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"version": 2,
"builds": [
{
"src": "./src/index.ts",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "./src/index.ts"
}
]
}

0 comments on commit e0c86fd

Please sign in to comment.