Skip to content

Commit 36b89af

Browse files
committed
fx
1 parent ff9a844 commit 36b89af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vercel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"version": 2,
33
"builds": [
44
{
5-
"src": "index.js",
5+
"src": "app.js",
66
"use": "@now/node"
77
}
88
],
99
"routes": [
1010
{
1111
"src": "/(.*)",
12-
"dest": "index.js"
12+
"dest": "app.js"
1313
}
1414
]
1515
}

0 commit comments

Comments
 (0)