Skip to content

Instantly share code, notes, and snippets.

@syuhendar729
Created July 12, 2023 14:39
Show Gist options
  • Save syuhendar729/a0a3eb5e92e4598a742bd6a22e23e1bd to your computer and use it in GitHub Desktop.
Save syuhendar729/a0a3eb5e92e4598a742bd6a22e23e1bd to your computer and use it in GitHub Desktop.
Configuration vercel for deploy Back End with MongoDB, Express, and Nodejs
{
"version": 2,
"builds": [
{
"src": "server.js",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "server.js"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment