Skip to content

Commit d5944c5

Browse files
authored
Create vercel.json
1 parent 6d2bc5a commit d5944c5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

vercel.json

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

0 commit comments

Comments
 (0)