Created
January 13, 2020 08:28
-
-
Save jmaicaaan/499ec2a7cfdb3f20d574af4a63aeeaa0 to your computer and use it in GitHub Desktop.
ZEIT Now Configuration for Nest.JS
This file contains hidden or 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, | |
"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