Skip to content

Instantly share code, notes, and snippets.

@BoWang816
Created October 27, 2021 03:14
Show Gist options
  • Save BoWang816/80626206e8c98abfe2eb09f47cee8d90 to your computer and use it in GitHub Desktop.
Save BoWang816/80626206e8c98abfe2eb09f47cee8d90 to your computer and use it in GitHub Desktop.
deploy nest.js project
{
"version": 2,
"name": "blog-server",
"builds": [
{
"src": "dist/main.js",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "dist/main.js"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment