1
0
mirror of https://github.com/oceanprotocol/community-numbers.git synced 2024-06-26 03:06:47 +02:00
community-numbers/now.json
2019-05-14 20:52:48 +02:00

15 lines
227 B
JSON

{
"version": 2,
"name": "oceanprotocol-community",
"alias": "oceanprotocol-community.now.sh",
"env": {
"NODE_ENV": "production"
},
"builds": [
{
"src": "index.js",
"use": "@now/node"
}
]
}