Skip to content

Commit bff7bf8

Browse files
author
arijitkar
committed
trying
1 parent b2e5f6b commit bff7bf8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

vercel.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"version": 2,
3+
"builds": [
4+
{
5+
"src": "index.js",
6+
"use": "@now/node"
7+
}
8+
],
9+
"routes": [
10+
{
11+
"src": "/(.*)",
12+
"dest": "index.js"
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)