diff --git a/app.json b/app.json new file mode 100644 index 0000000..0273e18 --- /dev/null +++ b/app.json @@ -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" + } + ] +}