Skip to content

Instantly share code, notes, and snippets.

@ufoxy
Last active December 12, 2022 01:03
Show Gist options
  • Save ufoxy/d1846bdc262a6f357dc248d04602ad9a to your computer and use it in GitHub Desktop.
Save ufoxy/d1846bdc262a6f357dc248d04602ad9a to your computer and use it in GitHub Desktop.
Vercel Config - ( NodeJS and Express App )
{
"name": "",
"version": 2,
"builds": [
{
"src": "app.js",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "app.js"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment