Skip to content

Instantly share code, notes, and snippets.

@montasim
Created June 24, 2024 17:12
Show Gist options
  • Save montasim/5257a944c1aaa8a8519cf20c454cab1d to your computer and use it in GitHub Desktop.
Save montasim/5257a944c1aaa8a8519cf20c454cab1d to your computer and use it in GitHub Desktop.
Sample JSON for deploying a project to Vercel.
{
"version": 2,
"builds": [
{
"src": "./src/server.js",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "/src/server.js"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment