Skip to content

Commit 5b8ac41

Browse files
fix: remove unused functions configuration from vercel.json
1 parent f365cfd commit 5b8ac41

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

client/vercel.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
"devCommand": "npm run dev",
88
"cleanUrls": true,
99
"trailingSlash": false,
10-
"functions": {
11-
"src/pages/api/**/*.js": {
12-
"runtime": "nodejs18.x"
13-
}
14-
},
1510
"env": {
1611
"NODE_VERSION": "18"
1712
},

0 commit comments

Comments
 (0)