22 lines
280 B
JSON
22 lines
280 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|