Add Heroku generated app.json

This commit is contained in:
Mars Hall
2018-02-05 20:52:56 -08:00
parent 71e2496d10
commit 2b17c2aa4a

21
app.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "heroku-cra-node",
"description": "web app made of create-react-app UI + Node API",
"scripts": {
},
"env": {
},
"formation": {
"web": {
"quantity": 1
}
},
"addons": [
],
"buildpacks": [
{
"url": "heroku/nodejs"
}
]
}