Skip to content

Instantly share code, notes, and snippets.

@Rauqoz
Last active April 19, 2022 05:32
Show Gist options
  • Save Rauqoz/dabfe548062a7bf5eb80937955d99b27 to your computer and use it in GitHub Desktop.
Save Rauqoz/dabfe548062a7bf5eb80937955d99b27 to your computer and use it in GitHub Desktop.
Base file vercel json for Deployment Back End
{
"engines": {
"node": "14.x"
},
}
{
"version": 2,
"builds": [
{
"src": "./index.js",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "/"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment