This commit is contained in:
Dooho Yi 2020-06-27 00:40:20 +09:00
parent 6d8a6f9d71
commit b02361bb30
3 changed files with 9 additions and 0 deletions

1
Procfile Normal file
View file

@ -0,0 +1 @@
web: node index.js

8
app.json Normal file
View file

@ -0,0 +1,8 @@
{
"name": "Start on Heroku: Node.js",
"description": "A barebones Node.js app using Express 4",
"repository": "https://github.com/heroku/node-js-getting-started",
"logo": "https://cdn.rawgit.com/heroku/node-js-getting-started/master/public/node.svg",
"keywords": ["node", "express", "heroku"],
"image": "heroku/nodejs"
}

View file