Skip to content

Commit

Permalink
Update packages/adapter-vercel/index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm authored Oct 7, 2024
1 parent d94d123 commit c797e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adapter-vercel/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export interface ServerlessConfig {
* Whether to use [Edge Functions](https://vercel.com/docs/concepts/functions/edge-functions) (`'edge'`) or [Serverless Functions](https://vercel.com/docs/concepts/functions/serverless-functions) (`'nodejs18.x'`, `'nodejs20.x'` etc).
* @default Same as the build environment
*/
runtime?: 'nodejs18.x' | 'nodejs20.x';
runtime?: `nodejs${number}.x`;
/**
* To which regions to deploy the app. A list of regions.
* More info: https://vercel.com/docs/concepts/edge-network/regions
Expand Down

0 comments on commit c797e19

Please sign in to comment.