Vercel

Deploying to Vercel uses the bundled Vercel adapter — no separate install needed; the adapter ships inside @neutron-build/core and is selected at build time via the CLI's --preset flag.

Usage

  1. Build with the Vercel preset:

    npx @neutron-build/cli build --preset vercel
    
  2. Deploy:

    npx vercel
    

Edge Middleware

If you enable edge: true, your application will run on Vercel's Edge Runtime. Ensure your dependencies are compatible with the edge (no Node.js built-ins like fs or path).