github-projects/vercel.json

14 lines
184 B
JSON
Raw Normal View History

2020-05-30 03:41:32 +02:00
{
"version": 2,
"alias": "bigchaindb-github.now.sh",
"env": {
"NODE_ENV": "production"
},
"builds": [
{
"src": "index.js",
"use": "@now/node"
}
]
}