megachangelog
Feature

Deploy Node servers with zero configuration

Vercel now automatically detects and deploys Node.js server files (server.ts or src/server.ts) without requiring configuration, joining existing support for Express, Koa, and NestJS backends. The Vercel CLI supports local development and deployment with Active CPU pricing.

You can now deploy a to Vercel with zero configuration.Node.js server

Vercel detects a file at the project root or at and deploys it as a Node.js application, in addition to existing zero-configuration backends like Express, Koa, and NestJS:server.tssrc/server.ts

Vercel CLI can handle local development and deployment:

Backends on Vercel are powered by with .Fluid computeActive CPU pricing

Learn more about the .Node.js runtime on Vercel

Read more

node.jsdeploymentzero-configbackendscli

Source: original entry ↗