Skip to content

Commit cdcd3be

Browse files
committed
Added note to readme
1 parent 06254d6 commit cdcd3be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/adapter-vercel/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ export default {
3131
// if true, will split your app into multiple functions
3232
// instead of creating a single one for the entire app
3333
split: false
34+
35+
// which version of Node.js you want your serverless
36+
// function to run on - it only works with edge=false
37+
// and ENABLE_VC_BUILD=1
38+
nodeVersion: '16.x'
3439
})
3540
}
3641
};

0 commit comments

Comments
 (0)