Skip to content

Commit e29f1a5

Browse files
committed
.
1 parent 542c47b commit e29f1a5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

server/vercel.json

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

0 commit comments

Comments
 (0)