Skip to content

Commit 8d5df9a

Browse files
committed
deploy:vercel project
1 parent 25ea489 commit 8d5df9a

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

vercel.json

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
{
2-
"version": 2,
32
"installCommand": "npm install --legacy-peer-deps",
43
"buildCommand": "npm run build",
5-
"functions": {
6-
"dist/main.js": {
7-
"runtime": "vercel-node@20"
8-
}
9-
},
10-
"routes": [
11-
{
12-
"src": "/(.*)",
13-
"dest": "dist/main.js"
14-
}
15-
]
16-
}
4+
"devCommand": "npm run start",
5+
"outputDirectory": "dist"
6+
}

0 commit comments

Comments
 (0)