heroku
This commit is contained in:
parent
6d8a6f9d71
commit
b02361bb30
3 changed files with 9 additions and 0 deletions
1
Procfile
Normal file
1
Procfile
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
web: node index.js
|
||||||
8
app.json
Normal file
8
app.json
Normal 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"
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue