Skip to content

Commit

Permalink
Build only the entry point app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
geshan authored Jan 11, 2021
1 parent aabfc4a commit ea9e77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": 2,
"name": "nodejs-mysql",
"builds": [
{ "src": "*.js", "use": "@vercel/node" }
{ "src": "app.js", "use": "@vercel/node" }
],
"routes": [
{ "src": "/(.*)", "dest": "/app.js" }
Expand Down

0 comments on commit ea9e77b

Please sign in to comment.