Created
July 12, 2023 14:39
-
-
Save syuhendar729/a0a3eb5e92e4598a742bd6a22e23e1bd to your computer and use it in GitHub Desktop.
Configuration vercel for deploy Back End with MongoDB, Express, and Nodejs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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