Skip to content

Instantly share code, notes, and snippets.

@jmaicaaan
Created January 13, 2020 08:28
Show Gist options
  • Save jmaicaaan/499ec2a7cfdb3f20d574af4a63aeeaa0 to your computer and use it in GitHub Desktop.
Save jmaicaaan/499ec2a7cfdb3f20d574af4a63aeeaa0 to your computer and use it in GitHub Desktop.
ZEIT Now Configuration for Nest.JS
{
"version": 2,
"name": "nestjs-now",
"builds": [
{
"src": "dist/main.js",
"use": "@now/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