Skip to content

Commit 0288e1e

Browse files
committed
resolving
1 parent 0e375f6 commit 0288e1e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

vercel.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"version": 2,
3+
"name": "leetcode_api",
4+
"builds": [
5+
{ "src": "index.js", "use": "@vercel/node" }
6+
],
7+
"routes": [
8+
{ "src": "/(.*)", "dest": "/index.js" }
9+
]
10+
}

0 commit comments

Comments
 (0)